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

Diff of /m4/m4/output.c

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

revision 1.17 by gary, Tue Oct 7 14:10:13 2003 UTC revision 1.18 by gary, Wed Oct 8 14:46:13 2003 UTC
# Line 105  int m4_output_current_line; Line 105  int m4_output_current_line;
105  void  void
106  m4_output_init (void)  m4_output_init (void)
107  {  {
108    diversion_table = XMALLOC (struct diversion, 1);    diversion_table = xmalloc (sizeof *diversion_table);
109    diversions = 1;    diversions = 1;
110    diversion_table[0].file = stdout;    diversion_table[0].file = stdout;
111    diversion_table[0].buffer = NULL;    diversion_table[0].buffer = NULL;

Legend:
Removed from v.1.17  
changed lines
  Added in v.1.18

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