Remove $FreeBSD$: one-line m4 tag

Remove /^dnl\s*\$FreeBSD\$.*$\n/
This commit is contained in:
Warner Losh 2023-08-16 11:54:09 -06:00
parent 82a265ad9b
commit d54a7d3373
19 changed files with 0 additions and 19 deletions

View file

@ -1,4 +1,3 @@
dnl $FreeBSD$
dnl A regression test for m4 C operators (ksb,petef) dnl A regression test for m4 C operators (ksb,petef)
dnl If you think you have a short-circuiting m4, run us m4 -DSHORCIRCUIT=yes dnl If you think you have a short-circuiting m4, run us m4 -DSHORCIRCUIT=yes
dnl dnl

View file

@ -1,4 +1,3 @@
dnl $FreeBSD$
dnl $OpenBSD: src/regress/usr.bin/m4/args.m4,v 1.1 2001/10/10 23:23:59 espie Exp $ dnl $OpenBSD: src/regress/usr.bin/m4/args.m4,v 1.1 2001/10/10 23:23:59 espie Exp $
dnl Expanding all arguments dnl Expanding all arguments
define(`A', `first form: $@, second form $*')dnl define(`A', `first form: $@, second form $*')dnl

View file

@ -1,4 +1,3 @@
dnl $FreeBSD$
dnl $OpenBSD: src/regress/usr.bin/m4/args2.m4,v 1.1 2008/08/16 09:57:12 espie Exp $ dnl $OpenBSD: src/regress/usr.bin/m4/args2.m4,v 1.1 2008/08/16 09:57:12 espie Exp $
dnl Preserving spaces within nested parentheses dnl Preserving spaces within nested parentheses
define(`foo',`$1')dnl define(`foo',`$1')dnl

View file

@ -1,4 +1,3 @@
dnl $FreeBSD$
dnl $OpenBSD: src/regress/usr.bin/m4/comments.m4,v 1.1 2005/09/06 15:33:21 espie Exp $ dnl $OpenBSD: src/regress/usr.bin/m4/comments.m4,v 1.1 2005/09/06 15:33:21 espie Exp $
dnl checking the way changecom works. dnl checking the way changecom works.
1: normal 1: normal

View file

@ -1,4 +1,3 @@
dnl $FreeBSD$
changequote(`{',`}')dnl changequote(`{',`}')dnl
dnl dnl
esyscmd({sh -c "m4<<EOF esyscmd({sh -c "m4<<EOF

View file

@ -1,4 +1,3 @@
dnl $FreeBSD$
dnl $OpenBSD: src/regress/usr.bin/m4/eval.m4,v 1.1 2004/05/12 21:24:37 espie Exp $ dnl $OpenBSD: src/regress/usr.bin/m4/eval.m4,v 1.1 2004/05/12 21:24:37 espie Exp $
dnl expr parser dnl expr parser
eval(224&127) eval(224&127)

View file

@ -1,4 +1,3 @@
dnl $FreeBSD$
dnl $OpenBSD: src/regress/usr.bin/m4/gnueval.m4,v 1.1 2012/04/12 16:58:15 espie Exp $ dnl $OpenBSD: src/regress/usr.bin/m4/gnueval.m4,v 1.1 2012/04/12 16:58:15 espie Exp $
dnl exponentiation is right associative dnl exponentiation is right associative
eval(`4**2**3') eval(`4**2**3')

View file

@ -1,2 +1 @@
dnl $FreeBSD$
format(`a%15sa%%b%-15sbc%3scd%-3sd', `string', `pouet', `toolong', `toolong2') format(`a%15sa%%b%-15sbc%3scd%-3sd', `string', `pouet', `toolong', `toolong2')

View file

@ -1,4 +1,3 @@
dnl $FreeBSD$
patsubst(`string with a + to replace with a minus', `+', `minus') patsubst(`string with a + to replace with a minus', `+', `minus')
patsubst(`string with aaaaa to replace with a b', `a+', `b') patsubst(`string with aaaaa to replace with a b', `a+', `b')
patsubst(`+string with a starting + to replace with a minus', `^+', `minus') patsubst(`+string with a starting + to replace with a minus', `^+', `minus')

View file

@ -1,4 +1,3 @@
dnl $FreeBSD$
define(`zoinx',dnl define(`zoinx',dnl
`patsubst($1,\(\w+\)\(\W*\),\1 )')dnl `patsubst($1,\(\w+\)\(\W*\),\1 )')dnl
zoinx(acosl asinl atanl \ zoinx(acosl asinl atanl \

View file

@ -1,4 +1,3 @@
dnl $FreeBSD$
dnl $OpenBSD: src/regress/usr.bin/m4/gnusofterror.m4,v 1.1 2012/04/12 16:58:15 espie Exp $ dnl $OpenBSD: src/regress/usr.bin/m4/gnusofterror.m4,v 1.1 2012/04/12 16:58:15 espie Exp $
include(`hey I do not exit')dnl include(`hey I do not exit')dnl
abc abc

View file

@ -1,3 +1,2 @@
dnl $FreeBSD$
dnl $OpenBSD: src/regress/usr.bin/m4/includes.aux,v 1.1 2008/08/16 10:02:32 espie Exp $ dnl $OpenBSD: src/regress/usr.bin/m4/includes.aux,v 1.1 2008/08/16 10:02:32 espie Exp $
hello world dnl hello world dnl

View file

@ -1,4 +1,3 @@
dnl $FreeBSD$
dnl $OpenBSD: src/regress/usr.bin/m4/includes.m4,v 1.1 2008/08/16 10:02:32 espie Exp $ dnl $OpenBSD: src/regress/usr.bin/m4/includes.m4,v 1.1 2008/08/16 10:02:32 espie Exp $
dnl Check that include can occur within parameters dnl Check that include can occur within parameters
define(`foo', include(includes.aux))dnl define(`foo', include(includes.aux))dnl

View file

@ -1,4 +1,3 @@
dnl $FreeBSD$
dnl $OpenBSD: src/regress/usr.bin/m4/m4wrap3.m4,v 1.1 2005/03/02 10:12:41 espie Exp $ dnl $OpenBSD: src/regress/usr.bin/m4/m4wrap3.m4,v 1.1 2005/03/02 10:12:41 espie Exp $
dnl Another test, this time for multiple wrappers dnl Another test, this time for multiple wrappers
dnl Check the behavior in presence of recursive m4wraps dnl Check the behavior in presence of recursive m4wraps

View file

@ -1,4 +1,3 @@
dnl $FreeBSD$
dnl $OpenBSD: src/regress/usr.bin/m4/patterns.m4,v 1.4 2003/06/08 20:11:45 espie Exp $ dnl $OpenBSD: src/regress/usr.bin/m4/patterns.m4,v 1.4 2003/06/08 20:11:45 espie Exp $
patsubst(`quote s in string', `(s)', `\\\1') patsubst(`quote s in string', `(s)', `\\\1')
patsubst(`check whether subst patsubst(`check whether subst

View file

@ -1,4 +1,3 @@
dnl $FreeBSD$
dnl $OpenBSD: src/regress/usr.bin/m4/quotes.m4,v 1.2 2005/09/06 15:33:21 espie Exp $ dnl $OpenBSD: src/regress/usr.bin/m4/quotes.m4,v 1.2 2005/09/06 15:33:21 espie Exp $
dnl Checking the way changequote() is supposed to work dnl Checking the way changequote() is supposed to work
define(`string',`STRING')dnl define(`string',`STRING')dnl

View file

@ -1,4 +1,3 @@
dnl $FreeBSD$
dnl $OpenBSD: src/regress/usr.bin/m4/redef.m4,v 1.2 2001/09/27 22:40:58 espie Exp $ dnl $OpenBSD: src/regress/usr.bin/m4/redef.m4,v 1.2 2001/09/27 22:40:58 espie Exp $
dnl check all properties of builtin are passed on, including args behavior dnl check all properties of builtin are passed on, including args behavior
define(`mybuiltin',defn(`builtin'))dnl define(`mybuiltin',defn(`builtin'))dnl

View file

@ -1,4 +1,3 @@
dnl $FreeBSD$
dnl $OpenBSD: src/regress/usr.bin/m4/translit.m4,v 1.1 2010/03/23 20:11:52 espie Exp $ dnl $OpenBSD: src/regress/usr.bin/m4/translit.m4,v 1.1 2010/03/23 20:11:52 espie Exp $
dnl first one should match, not second one dnl first one should match, not second one
translit(`onk*', `**', `p_') translit(`onk*', `**', `p_')

View file

@ -1,4 +1,3 @@
dnl $FreeBSD$
translit(`[HAVE_abc/def.h translit(`[HAVE_abc/def.h
]', ` ]', `
/.', `/ ') /.', `/ ')