/[m4]/m4/m4/m4.c
ViewVC logotype

Diff of /m4/m4/m4.c

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.8 by gary, Tue Jul 29 16:11:24 2003 UTC revision 1.9 by gary, Fri Aug 15 15:53:04 2003 UTC
# Line 112  m4_context_field_table Line 112  m4_context_field_table
112  #undef M4FIELD  #undef M4FIELD
113    
114  #define M4OPT_BIT(bit, base)                                            \  #define M4OPT_BIT(bit, base)                                            \
115          boolean CONC(m4_get_, base) (m4 *context)                       \          bool CONC(m4_get_, base) (m4 *context)                  \
116          {                                                               \          {                                                               \
117            assert (context);                                             \            assert (context);                                             \
118            return BIT_TEST (context->opt_flags, (bit));                  \            return BIT_TEST (context->opt_flags, (bit));                  \
# Line 121  m4_context_opt_bit_table Line 121  m4_context_opt_bit_table
121  #undef M4OPT_BIT  #undef M4OPT_BIT
122    
123  #define M4OPT_BIT(bit, base)                                            \  #define M4OPT_BIT(bit, base)                                            \
124          boolean CONC(m4_set_, base) (m4 *context, boolean value)        \          bool CONC(m4_set_, base) (m4 *context, bool value)      \
125          {                                                               \          {                                                               \
126            assert (context);                                             \            assert (context);                                             \
127            if (value)                                                    \            if (value)                                                    \

Legend:
Removed from v.1.8  
changed lines
  Added in v.1.9

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26