diff options
author | ache <ache@FreeBSD.org> | 2001-04-11 04:07:38 +0000 |
---|---|---|
committer | ache <ache@FreeBSD.org> | 2001-04-11 04:07:38 +0000 |
commit | 9c43265a0ce1274dc4fe5345cfe8663948b60be9 (patch) | |
tree | ed024cde819a0da0e1fdcc135d58ceb722c0981e /contrib/bc | |
parent | fe8256367d0220ac510fe584c618e5382a1a7cc0 (diff) | |
download | FreeBSD-src-9c43265a0ce1274dc4fe5345cfe8663948b60be9.zip FreeBSD-src-9c43265a0ce1274dc4fe5345cfe8663948b60be9.tar.gz |
Remove conflicting readline prototype
Diffstat (limited to 'contrib/bc')
-rw-r--r-- | contrib/bc/bc/scan.l | 1 |
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 |