]> git.pld-linux.org Git - packages/bc.git/blob - bc-readline.patch
- release 5.
[packages/bc.git] / bc-readline.patch
1 --- bc-1.06/bc/scan.l.wiget     Fri Apr 13 18:49:49 2001
2 +++ bc-1.06/bc/scan.l   Fri Apr 13 18:50:58 2001
3 @@ -143,7 +143,7 @@
4  
5  /* Definitions for readline access. */
6  extern FILE *rl_instream;
7 -_PROTOTYPE(char *readline, (char *));
8 +_PROTOTYPE(char *readline, (const char *));
9  
10  /* rl_input puts upto MAX characters into BUF with the number put in
11     BUF placed in *RESULT.  If the yy input file is the same as
This page took 0.026903 seconds and 3 git commands to generate.