1999-10-02 Akim Demaille <demaille@inf.enst.fr>

* acgeneral.m4: Instead of just undefining eval, format, include
	and shift, rename them to m4_eval, etc.
This commit is contained in:
Ben Elliston 1999-10-05 04:55:15 +00:00
parent ccaec82d1f
commit d366f0548b
2 changed files with 20 additions and 8 deletions

View File

@ -62,10 +62,16 @@ Install it before installing Autoconf or set the
M4 environment variable to its path name.
)m4exit(2)])
undefine([eval])
undefine([include])
undefine([shift])
undefine([format])
dnl Some m4 internals have names colliding with tokens we might use.
dnl Rename them a` la `m4 --prefix-builtins'.
define([m4_prefix],
[define([m4_$1], defn([$1]))
undefine([$1])])
m4_prefix([eval])
m4_prefix([include])
m4_prefix([shift])
m4_prefix([format])
dnl ### Defining macros

View File

@ -62,10 +62,16 @@ Install it before installing Autoconf or set the
M4 environment variable to its path name.
)m4exit(2)])
undefine([eval])
undefine([include])
undefine([shift])
undefine([format])
dnl Some m4 internals have names colliding with tokens we might use.
dnl Rename them a` la `m4 --prefix-builtins'.
define([m4_prefix],
[define([m4_$1], defn([$1]))
undefine([$1])])
m4_prefix([eval])
m4_prefix([include])
m4_prefix([shift])
m4_prefix([format])
dnl ### Defining macros