From 9c43265a0ce1274dc4fe5345cfe8663948b60be9 Mon Sep 17 00:00:00 2001 From: ache Date: Wed, 11 Apr 2001 04:07:38 +0000 Subject: Remove conflicting readline prototype --- contrib/bc/bc/scan.l | 1 - 1 file changed, 1 deletion(-) (limited to 'contrib/bc') 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 -- cgit v1.1