* m4sugar.m4 (m4_init): Catch `dnl'.

This commit is contained in:
Akim Demaille 2000-12-15 07:46:47 +00:00
parent 5141d8613b
commit feec4913d1
3 changed files with 6 additions and 0 deletions

View File

@ -1,3 +1,7 @@
2000-12-15 Akim Demaille <akim@epita.fr>
* m4sugar.m4 (m4_init): Catch `dnl'.
2000-12-15 Pavel Roskin <proski@gnu.org>
* m4sh.sh (AS_ERROR): Restore dnl at the end of the macro.

View File

@ -1638,4 +1638,5 @@ m4_ifndef([m4_tmpdir],
# M4sugar reserves `m4_[A-Za-z0-9_]*'. We'd need \b and +,
# but they are not portable.
m4_pattern_forbid([^m4_])
m4_pattern_forbid([^dnl$])
])

View File

@ -1638,4 +1638,5 @@ m4_ifndef([m4_tmpdir],
# M4sugar reserves `m4_[A-Za-z0-9_]*'. We'd need \b and +,
# but they are not portable.
m4_pattern_forbid([^m4_])
m4_pattern_forbid([^dnl$])
])