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

Diff for /src/usr.bin/bc/extern.h between version 1.2 and 1.3

version 1.2, 2003/09/26 07:02:52 version 1.3, 2003/09/28 07:57:57
Line 24 
Line 24 
 };  };
   
 int             yylex(void);  int             yylex(void);
   void            yyerror(char *);
   void            fatal(const char *);
 void            abort_line(int);  void            abort_line(int);
   
 extern int      lineno;  extern int      lineno;

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