bug-m4
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Documentation Bug


From: Chris Penev
Subject: Documentation Bug
Date: Fri, 19 Feb 2010 16:53:50 -0800

It is very likely a documentation bug that the first argument to translit is not double quoted.
Even if STRCASE is a valid macro, expanding it does not follow POLA.

     changequote([,])dnl
define([gl_STRING_MODULE_INDICATOR],
[dnl comment
GNULIB_[]translit([$1], [a-z], [A-Z])=1dnl
])dnl
gl_STRING_MODULE_INDICATOR([strcase])
⇒ GNULIB_STRCASE=1


http://www.gnu.org/software/m4/manual/m4.html

reply via email to

[Prev in Thread] Current Thread [Next in Thread]