Make it possible to #define c_isascii etc. to aliases.
[pspp] / ChangeLog
index a266f17ba89ce80bc49ed2248c68da24659f8955..80098dfbf207b0a186a41f320f03de9bfdeacfce 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,12 @@
+2006-10-10  Bruno Haible  <bruno@clisp.org>
+
+       Make it possible to #define c_isascii to an alias.
+       * lib/c-ctype.h: Don't define the macros if NO_C_CTYPE_MACROS is
+       defined. Undefine the macros before defining them, to avoid gcc
+       warnings.
+       * lib/c-ctype.c: Include config.h. Don't undefine the macros; instead,
+       define NO_C_CTYPE_MACROS early.
+
 2006-10-10  Bruno Haible  <bruno@clisp.org>
 
        Make it possible to #define set_program_name to an alias.