=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/bc/extern.h,v retrieving revision 1.7 retrieving revision 1.8 diff -c -r1.7 -r1.8 *** src/usr.bin/bc/extern.h 2011/03/07 08:11:15 1.7 --- src/usr.bin/bc/extern.h 2011/06/03 06:10:33 1.8 *************** *** 1,4 **** ! /* $OpenBSD: extern.h,v 1.7 2011/03/07 08:11:15 otto Exp $ */ /* * Copyright (c) 2003, Otto Moerbeek --- 1,4 ---- ! /* $OpenBSD: extern.h,v 1.8 2011/06/03 06:10:33 otto Exp $ */ /* * Copyright (c) 2003, Otto Moerbeek *************** *** 27,32 **** --- 27,33 ---- void yyerror(char *); void fatal(const char *); void abort_line(int); + unsigned char bc_eof(EditLine *, int); extern int lineno; extern char *yytext;