aboutsummaryrefslogtreecommitdiff
path: root/usr.bin/bc
diff options
context:
space:
mode:
authorBjoern A. Zeeb <bz@FreeBSD.org>2014-04-17 13:57:37 +0000
committerBjoern A. Zeeb <bz@FreeBSD.org>2014-04-17 13:57:37 +0000
commit107074dfec45bc63e8f02cc6f3d5a5305efb9c56 (patch)
treef448a2f07df783c32a2d81db26152e557d5eb737 /usr.bin/bc
parent0ef79eac838d9c0dabdfa6978219577449c31254 (diff)
downloadsrc-107074dfec45bc63e8f02cc6f3d5a5305efb9c56.tar.gz
src-107074dfec45bc63e8f02cc6f3d5a5305efb9c56.zip
Notes
Diffstat (limited to 'usr.bin/bc')
-rw-r--r--usr.bin/bc/extern.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/usr.bin/bc/extern.h b/usr.bin/bc/extern.h
index b692311e60f5..685942acd52f 100644
--- a/usr.bin/bc/extern.h
+++ b/usr.bin/bc/extern.h
@@ -35,8 +35,6 @@ void tstpcont(int);
unsigned char bc_eof(EditLine *, int);
extern int lineno;
-extern char *yytext;
-extern FILE *yyin;
extern int fileindex;
extern int sargc;
extern const char **sargv;
@@ -47,4 +45,3 @@ extern History *hist;
extern HistEvent he;
extern char *cmdexpr;
extern struct termios ttysaved;
-extern bool interactive;