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

Diff of /m4/m4/syntax.c

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

revision 1.11 by gary, Wed Oct 8 14:46:14 2003 UTC revision 1.12 by gary, Thu Nov 13 12:05:58 2003 UTC
# Line 98  static int remove_syntax_attribute (m4_s Line 98  static int remove_syntax_attribute (m4_s
98  m4_syntax_table *  m4_syntax_table *
99  m4_syntax_create (void)  m4_syntax_create (void)
100  {  {
101    m4_syntax_table *syntax = xcalloc (1, sizeof *syntax);    m4_syntax_table *syntax = xzalloc (sizeof *syntax);
102    int ch;    int ch;
103    
104    for (ch = 256; --ch > 0;)    for (ch = 256; --ch > 0;)

Legend:
Removed from v.1.11  
changed lines
  Added in v.1.12

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