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

Diff of /m4/modules/modtest.c

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

revision 1.6 by akim, Thu Oct 4 07:47:45 2001 UTC revision 1.7 by gary, Fri Oct 12 19:57:29 2001 UTC
# Line 28  Line 28 
28  #define m4_builtin_table        modtest_LTX_m4_builtin_table  #define m4_builtin_table        modtest_LTX_m4_builtin_table
29  #define m4_macro_table          modtest_LTX_m4_macro_table  #define m4_macro_table          modtest_LTX_m4_macro_table
30    
31  /*              function        macros  blind */  /*              function        macros  blind minargs maxargs */
32  #define builtin_functions                       \  #define builtin_functions                                       \
33          BUILTIN (test,          FALSE,  FALSE)          BUILTIN (test,          FALSE,  FALSE,  1,      1)
34    
35  #define BUILTIN(handler, macros,  blind)        M4BUILTIN(handler)  #define BUILTIN(handler, macros,  blind, min, max) M4BUILTIN(handler)
36    builtin_functions    builtin_functions
37  #undef BUILTIN  #undef BUILTIN
38    
39  m4_builtin m4_builtin_table[] =  m4_builtin m4_builtin_table[] =
40  {  {
41  #define BUILTIN(handler, macros, blind)         \  #define BUILTIN(handler, macros, blind, min, max)               \
42          { STR(handler), CONC(builtin_, handler), macros, blind },          { STR(handler), CONC(builtin_, handler), macros, blind, min, max },
43    
44    builtin_functions    builtin_functions
45  #undef BUILTIN  #undef BUILTIN
46    
47    { 0, 0, FALSE, FALSE },    { 0, 0, FALSE, FALSE, 0, 0 },
48  };  };
49    
50  m4_macro m4_macro_table[] =  m4_macro m4_macro_table[] =

Legend:
Removed from v.1.6  
changed lines
  Added in v.1.7

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