Avoid bool bitfields, as they don't work on AIX.
commit29d6fbc8fc5e5d70fbf68e651f6f88dbc62e92f6
authorEric Blake <ebb9@byu.net>
Mon, 5 Feb 2007 13:43:36 +0000 (5 13:43 +0000)
committerEric Blake <ebb9@byu.net>
Fri, 21 Sep 2007 21:39:27 +0000 (21 15:39 -0600)
tree47c8a95e66d4e3ae438c7d4624de32241195f983
parent546109144ee2014257166698df2a0a9d14526a5a
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.
ChangeLog
src/input.c
src/m4.h