=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/compile_et/Attic/compile_et.c,v retrieving revision 1.3 retrieving revision 1.4 diff -c -r1.3 -r1.4 *** src/usr.bin/compile_et/Attic/compile_et.c 1997/06/17 20:28:56 1.3 --- src/usr.bin/compile_et/Attic/compile_et.c 1998/05/13 17:54:20 1.4 *************** *** 1,4 **** ! /* $OpenBSD: compile_et.c,v 1.3 1997/06/17 20:28:56 kstailey Exp $ */ /* * Copyright 1986, 1987, 1988 --- 1,4 ---- ! /* $OpenBSD: compile_et.c,v 1.4 1998/05/13 17:54:20 art Exp $ */ /* * Copyright 1986, 1987, 1988 *************** *** 23,29 **** "Copyright 1987,1988 by MIT Student Information Processing Board"; static const char rcsid_compile_et_c[] = ! "$Id: compile_et.c,v 1.3 1997/06/17 20:28:56 kstailey Exp $"; #endif extern char *gensym(); --- 23,29 ---- "Copyright 1987,1988 by MIT Student Information Processing Board"; static const char rcsid_compile_et_c[] = ! "$Id: compile_et.c,v 1.4 1998/05/13 17:54:20 art Exp $"; #endif extern char *gensym(); *************** *** 253,259 **** for (cpp = struct_def; *cpp; cpp++) fputs (*cpp, cfile); fprintf(cfile, ! "static const struct error_table et = { text, %dL, %d };\n\n", table_number, current); fputs("static struct et_list link = { 0, 0 };\n\n", cfile); --- 253,259 ---- for (cpp = struct_def; *cpp; cpp++) fputs (*cpp, cfile); fprintf(cfile, ! "static const struct error_table et = { text, %d, %d };\n\n", table_number, current); fputs("static struct et_list link = { 0, 0 };\n\n", cfile);