CVSROOT: /sources/m4
Module name: m4
Branch: branch-1_4
Changes by: Eric Blake <ericb> 07/02/05 13:43:36
Index: ChangeLog
===================================================================
RCS file: /sources/m4/m4/ChangeLog,v
retrieving revision 1.1.1.1.2.243
retrieving revision 1.1.1.1.2.244
diff -u -b -r1.1.1.1.2.243 -r1.1.1.1.2.244
--- ChangeLog 5 Feb 2007 13:25:05 -0000 1.1.1.1.2.243
+++ ChangeLog 5 Feb 2007 13:43:36 -0000 1.1.1.1.2.244
@@ -1,5 +1,11 @@
2007-02-05 Eric Blake <[EMAIL PROTECTED]>
+ Avoid bool bitfields, as they don't work on AIX.
+ * src/m4.h (bool_bitfield): New typedef.
+ (struct symbol, struct builtin): Use it.
+ * src/input.c (struct input_block): Likewise.
+ Reported by Albert Chin.
+
* doc/m4.texinfo (Sysval): Avoid SIGPIPE in test as unreliable.
Reported by Albert Chin.
* THANKS: Update.
@@ -3504,7 +3510,7 @@
-----
- $Revision: 1.1.1.1.2.243 $ $Date: 2007/02/05 13:25:05 $
+ $Revision: 1.1.1.1.2.244 $ $Date: 2007/02/05 13:43:36 $
Local Variables:
coding: utf-8