[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.8 and 1.9

version 1.8, 2000/12/24 11:52:12 version 1.9, 2000/12/24 11:53:11
Line 180 
Line 180 
 }  }
   
 static void  static void
 usage(int code)  usage()
 {  {
         extern char *__progname;          extern char *__progname;
   
Line 194 
Line 194 
         char *p;          char *p;
   
         if (argc != 2)          if (argc != 2)
                 usage(1);                  usage();
   
         filename = argv[1];          filename = argv[1];
         yyin = fopen(filename, "r");          yyin = fopen(filename, "r");

Legend:
Removed from v.1.8  
changed lines
  Added in v.1.9