]> git.pld-linux.org Git - packages/bc.git/commitdiff
- corrected: only remove readline prototype because correct prototype is
authorkloczek <kloczek@pld-linux.org>
Sun, 15 Jul 2001 10:40:51 +0000 (10:40 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
  in readline headers.

Changed files:
    bc-readline.patch -> 1.2

bc-readline.patch

index 38b497404635eee8cc02f0b68be139973341f073..5d71bfcc6e8d7e45a2524be9260da9c673f2bb8c 100644 (file)
@@ -1,11 +1,10 @@
 --- bc-1.06/bc/scan.l.wiget    Fri Apr 13 18:49:49 2001
 +++ bc-1.06/bc/scan.l  Fri Apr 13 18:50:58 2001
-@@ -143,7 +143,7 @@
+@@ -143,7 +143,6 @@
  
  /* Definitions for readline access. */
  extern FILE *rl_instream;
 -_PROTOTYPE(char *readline, (char *));
-+_PROTOTYPE(char *readline, (const 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
This page took 0.059782 seconds and 4 git commands to generate.