diff options
| author | Andrey A. Chernov <ache@FreeBSD.org> | 2001-04-11 04:07:38 +0000 |
|---|---|---|
| committer | Andrey A. Chernov <ache@FreeBSD.org> | 2001-04-11 04:07:38 +0000 |
| commit | c8f896e658baeb75d4bbb76db24e679ac428570b (patch) | |
| tree | 01019573a4faf0cba1477b3394e1a3a1f2c36388 | |
| parent | 74874d04e1b4100541848809f215b087e0077e4a (diff) | |
Notes
| -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 d2e19c63f5d2d..8910c66f4c8a2 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 |
