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

Diff for /src/usr.bin/tr/extern.h between version 1.4 and 1.5

version 1.4, 1997/07/25 21:14:03 version 1.5, 2002/02/16 21:27:55
Line 50 
Line 50 
 #define NCHARS  (UCHAR_MAX + 1)         /* Number of possible characters. */  #define NCHARS  (UCHAR_MAX + 1)         /* Number of possible characters. */
 #define OOBCH   (UCHAR_MAX + 1)         /* Out of band character value. */  #define OOBCH   (UCHAR_MAX + 1)         /* Out of band character value. */
   
 int      next __P((STR *));  int      next(STR *);

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