[BACK]Return to compile_et.c CVS log [TXT][DIR] Up to [local] / src / usr.bin / compile_et

Diff for /src/usr.bin/compile_et/Attic/compile_et.c between version 1.3 and 1.4

version 1.3, 1997/06/17 20:28:56 version 1.4, 1998/05/13 17:54:20
Line 253 
Line 253 
     for (cpp = struct_def; *cpp; cpp++)      for (cpp = struct_def; *cpp; cpp++)
         fputs (*cpp, cfile);          fputs (*cpp, cfile);
     fprintf(cfile,      fprintf(cfile,
             "static const struct error_table et = { text, %dL, %d };\n\n",              "static const struct error_table et = { text, %d, %d };\n\n",
             table_number, current);              table_number, current);
     fputs("static struct et_list link = { 0, 0 };\n\n",      fputs("static struct et_list link = { 0, 0 };\n\n",
           cfile);            cfile);

Legend:
Removed from v.1.3  
changed lines
  Added in v.1.4