93eb2defda
Fri May 11 2001 Preston Brown <pbrown@redhat.com> 1.06-4 - use mktemp, not the pid shell variable, in rpm scriptlets Fri May 11 2001 Bernhard Rosenkraenzer <bero@redhat.com> 1.06-3 - rebuild with new readline - Add patch to fix compilation with recent readline versions
11 lines
362 B
Diff
11 lines
362 B
Diff
--- bc-1.06/bc/scan.l.sux Fri May 11 14:27:20 2001
|
|
+++ bc-1.06/bc/scan.l Fri May 11 14:27:32 2001
|
|
@@ -143,7 +143,6 @@
|
|
|
|
/* 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
|