From c8f896e658baeb75d4bbb76db24e679ac428570b Mon Sep 17 00:00:00 2001 From: "Andrey A. Chernov" Date: Wed, 11 Apr 2001 04:07:38 +0000 Subject: [PATCH] Remove conflicting readline prototype --- contrib/bc/bc/scan.l | 1 - 1 file changed, 1 deletion(-) diff --git a/contrib/bc/bc/scan.l b/contrib/bc/bc/scan.l index d2e19c63f5d2..8910c66f4c8a 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