[BACK]Return to extern.h CVS log [TXT][DIR] Up to [local] / src / usr.bin / m4

Diff for /src/usr.bin/m4/extern.h between version 1.5 and 1.6

version 1.5, 1999/09/06 13:10:48 version 1.6, 1999/09/06 13:15:33
Line 60 
Line 60 
 void    getdiv __P((int));  void    getdiv __P((int));
 char    *xstrdup __P((const char *));  char    *xstrdup __P((const char *));
 int     hash __P((char *));  int     hash __P((char *));
 int     indx __P((char *, char *));  ptrdiff_t       indx __P((const char *, const char *));
 void    killdiv __P((void));  void    killdiv __P((void));
 ndptr   lookup __P((char *));  ndptr   lookup __P((char *));
 void    map __P((char *, char *, char *, char *));  void    map __P((char *, char *, char *, char *));

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