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

Diff of /m4/modules/shadow.c

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

revision 1.8 by gary, Fri Oct 12 19:57:29 2001 UTC revision 1.9 by gary, Fri Aug 15 15:53:04 2003 UTC
# Line 30  Line 30 
30    
31  /*              function        macros  blind minargs maxargs */  /*              function        macros  blind minargs maxargs */
32  #define builtin_functions                       \  #define builtin_functions                       \
33          BUILTIN (shadow,        FALSE,  FALSE,  0,      -1 )    \          BUILTIN (shadow,        false,  false,  0,      -1 )    \
34          BUILTIN (test,          FALSE,  FALSE,  0,      -1 )    \          BUILTIN (test,          false,  false,  0,      -1 )    \
35    
36    
37  #define BUILTIN(handler, macros,  blind, min, max) M4BUILTIN(handler)  #define BUILTIN(handler, macros,  blind, min, max) M4BUILTIN(handler)
# Line 46  m4_builtin m4_builtin_table[] = Line 46  m4_builtin m4_builtin_table[] =
46    builtin_functions    builtin_functions
47  #undef BUILTIN  #undef BUILTIN
48    
49    { 0, 0, FALSE, FALSE, 0, 0 },    { 0, 0, false, false, 0, 0 },
50  };  };
51    
52  m4_macro m4_macro_table[] =  m4_macro m4_macro_table[] =

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