[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.8 and 1.9

version 1.8, 2011/06/03 06:10:33 version 1.9, 2011/08/03 08:48:19
Line 27 
Line 27 
 void            yyerror(char *);  void            yyerror(char *);
 void            fatal(const char *);  void            fatal(const char *);
 void            abort_line(int);  void            abort_line(int);
   int             gettty(struct termios *);
 unsigned char   bc_eof(EditLine *, int);  unsigned char   bc_eof(EditLine *, int);
   
 extern int      lineno;  extern int      lineno;
Line 41 
Line 42 
 extern History          *hist;  extern History          *hist;
 extern HistEvent         he;  extern HistEvent         he;
 extern char     *cmdexpr;  extern char     *cmdexpr;
   extern struct termios ttysaved;
 bool            interactive;  extern bool             interactive;

Legend:
Removed from v.1.8  
changed lines
  Added in v.1.9