[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.9 and 1.10

version 1.9, 2011/08/03 08:48:19 version 1.10, 2013/09/19 16:12:01
Line 16 
Line 16 
  * OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.   * OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
  */   */
   
   #include <stdbool.h>
 #include <stdio.h>  #include <stdio.h>
   
 struct lvalue {  struct lvalue {
Line 27 
Line 28 
 void            yyerror(char *);  void            yyerror(char *);
 void            fatal(const char *);  void            fatal(const char *);
 void            abort_line(int);  void            abort_line(int);
   struct termios;
 int             gettty(struct termios *);  int             gettty(struct termios *);
   void            tstpcont(int);
 unsigned char   bc_eof(EditLine *, int);  unsigned char   bc_eof(EditLine *, int);
   
 extern int      lineno;  extern int      lineno;

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