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

Diff for /src/usr.bin/nm/nm.c between version 1.6 and 1.7

version 1.6, 1997/05/31 08:26:19 version 1.7, 1998/05/11 20:34:58
Line 63 
Line 63 
 #include <stdlib.h>  #include <stdlib.h>
 #include <string.h>  #include <string.h>
   
   #ifdef MID_MACHINE_OVERRIDE
   #undef MID_MACHINE
   #define MID_MACHINE MID_MACHINE_OVERRIDE
   #endif
   
 int ignore_bad_archive_entries = 1;  int ignore_bad_archive_entries = 1;
 int print_only_external_symbols;  int print_only_external_symbols;
 int print_only_undefined_symbols;  int print_only_undefined_symbols;

Legend:
Removed from v.1.6  
changed lines
  Added in v.1.7