]> git.pld-linux.org Git - packages/bc.git/blob - bc-longline.patch
- release 14
[packages/bc.git] / bc-longline.patch
1 diff -uNr bc-1.05.orig/bc/scan.c bc-1.05/bc/scan.c
2 --- bc-1.05.orig/bc/scan.c      Mon Apr 21 17:57:52 1997
3 +++ bc-1.05/bc/scan.c   Thu Apr  6 18:39:26 2000
4 @@ -228,7 +228,7 @@
5  /* Variables to help interface readline with bc. */
6  static char *rl_line = (char *)NULL;
7  static char *rl_start = (char *)NULL;
8 -static char  rl_len = 0;
9 +static int  rl_len = 0;
10  
11  /* Definitions for readline access. */
12  extern FILE *rl_instream;
13 diff -uNr bc-1.05.orig/bc/scan.l bc-1.05/bc/scan.l
14 --- bc-1.05.orig/bc/scan.l      Mon Apr 21 17:57:00 1997
15 +++ bc-1.05/bc/scan.l   Thu Apr  6 18:39:14 2000
16 @@ -60,7 +60,7 @@
17  /* Variables to help interface readline with bc. */
18  static char *rl_line = (char *)NULL;
19  static char *rl_start = (char *)NULL;
20 -static char  rl_len = 0;
21 +static int  rl_len = 0;
22  
23  /* Definitions for readline access. */
24  extern FILE *rl_instream;
This page took 0.045966 seconds and 3 git commands to generate.