summaryrefslogtreecommitdiffstats
path: root/usr.bin/bc
diff options
context:
space:
mode:
authorbz <bz@FreeBSD.org>2014-04-17 13:57:37 +0000
committerbz <bz@FreeBSD.org>2014-04-17 13:57:37 +0000
commit56709e11fdb30f0c957a277dbf774decbf9cca07 (patch)
treef448a2f07df783c32a2d81db26152e557d5eb737 /usr.bin/bc
parent80c803a4fc03b84f2bd53ad96a1210daa9b6077f (diff)
downloadFreeBSD-src-56709e11fdb30f0c957a277dbf774decbf9cca07.zip
FreeBSD-src-56709e11fdb30f0c957a277dbf774decbf9cca07.tar.gz
Remove duplicate extern declarations after r264573.
Makes things compile better. Someone submit to: OpenBSD MFC after: 13 days X-MFC with: r264573
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 b692311..685942a 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;
OpenPOWER on IntegriCloud