]> git.pld-linux.org Git - packages/bc.git/blob - bc-readline.patch
5a399cc5954b50d9634e61da67ffc5e4 bc-readline.patch
[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.036727 seconds and 4 git commands to generate.