[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.14 and 1.15

version 1.14, 2001/08/17 16:29:33 version 1.15, 2001/11/19 19:02:15
Line 340 
Line 340 
 {  {
         struct nlist *names, *np;          struct nlist *names, *np;
         struct nlist **snames;          struct nlist **snames;
         register int i, nnames, nrawnames;          int i, nnames, nrawnames;
         struct exec head;          struct exec head;
         long stabsize;          long stabsize;
         char *stab;          char *stab;

Legend:
Removed from v.1.14  
changed lines
  Added in v.1.15