summaryrefslogtreecommitdiffstats
path: root/contrib/bc
diff options
context:
space:
mode:
authorache <ache@FreeBSD.org>2001-04-11 04:07:38 +0000
committerache <ache@FreeBSD.org>2001-04-11 04:07:38 +0000
commit9c43265a0ce1274dc4fe5345cfe8663948b60be9 (patch)
treeed024cde819a0da0e1fdcc135d58ceb722c0981e /contrib/bc
parentfe8256367d0220ac510fe584c618e5382a1a7cc0 (diff)
downloadFreeBSD-src-9c43265a0ce1274dc4fe5345cfe8663948b60be9.zip
FreeBSD-src-9c43265a0ce1274dc4fe5345cfe8663948b60be9.tar.gz
Remove conflicting readline prototype
Diffstat (limited to 'contrib/bc')
-rw-r--r--contrib/bc/bc/scan.l1
1 files changed, 0 insertions, 1 deletions
diff --git a/contrib/bc/bc/scan.l b/contrib/bc/bc/scan.l
index d2e19c6..8910c66 100644
--- a/contrib/bc/bc/scan.l
+++ b/contrib/bc/bc/scan.l
@@ -144,7 +144,6 @@ static int rl_len = 0;
/* Definitions for readline access. */
extern FILE *rl_instream;
-_PROTOTYPE(char *readline, (char *));
/* rl_input puts upto MAX characters into BUF with the number put in
BUF placed in *RESULT. If the yy input file is the same as
OpenPOWER on IntegriCloud