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

Diff for /src/usr.bin/asn1_compile/Attic/main.c between version 1.1 and 1.2

version 1.1, 2003/05/11 21:36:33 version 1.2, 2005/10/16 18:56:35
Line 35 
Line 35 
 #include <getarg.h>  #include <getarg.h>
   
 /*  /*
 RCSID("$KTH: main.c,v 1.11 2001/02/20 01:44:52 assar Exp $");  RCSID("$KTH: main.c,v 1.12 2005/03/31 00:37:42 lha Exp $");
 */  */
   
 extern FILE *yyin;  extern FILE *yyin;
Line 59 
Line 59 
 main(int argc, char **argv)  main(int argc, char **argv)
 {  {
     int ret;      int ret;
     char *file;      const char *file;
     char *name = NULL;      const char *name = NULL;
     int optind = 0;      int optind = 0;
   
     if(getarg(args, num_args, argc, argv, &optind))      if(getarg(args, num_args, argc, argv, &optind))
Line 71 
Line 71 
 #if 0  #if 0
         print_version(NULL);          print_version(NULL);
 #else  #else
         printf("asn1_compile from heimdal-0.6\n");          printf("asn1_compile from heimdal-0.7\n");
 #endif  #endif
         exit(0);          exit(0);
     }      }

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