[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.1 and 1.2

version 1.1, 1996/11/11 05:06:34 version 1.2, 1996/12/11 13:44:56
Line 114 
Line 114 
 char h_file[MAXPATHLEN];        /* output */  char h_file[MAXPATHLEN];        /* output */
   
 static void usage () {  static void usage () {
     fprintf (stderr, "%s: usage: %s ERROR_TABLE\n",      fprintf (stderr, "usage: %s ERROR_TABLE\n",
              whoami, whoami);               whoami);
     exit (1);      exit (1);
 }  }
   

Legend:
Removed from v.1.1  
changed lines
  Added in v.1.2