]> git.pld-linux.org Git - packages/agfl.git/commitdiff
- fix for missing header and type mismatch (needed for gcc 3.3)
authorJakub Bogusz <qboosh@pld-linux.org>
Fri, 28 Nov 2003 11:25:54 +0000 (11:25 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    agfl-c++.patch -> 1.1

agfl-c++.patch [new file with mode: 0644]

diff --git a/agfl-c++.patch b/agfl-c++.patch
new file mode 100644 (file)
index 0000000..d0daabc
--- /dev/null
@@ -0,0 +1,21 @@
+--- agfl-2.3/lexgen/src/entry.cc.orig  Mon Nov 24 16:37:00 2003
++++ agfl-2.3/lexgen/src/entry.cc       Fri Nov 28 11:33:38 2003
+@@ -20,6 +20,7 @@
+ using namespace std;
+ #include <iostream>
++#include <iterator>
+ #include "entry.h"
+ void
+--- agfl-2.3/lexgen/src/findtrie.c.orig        Mon May  7 14:13:09 2001
++++ agfl-2.3/lexgen/src/findtrie.c     Fri Nov 28 11:38:25 2003
+@@ -673,7 +673,7 @@
+       */
+     info = find_next_prefix(buf, trie, &p);
+     if (info < 0)
+-      printf("%s\n", buf);
++      printf("%s\n", (char *)buf);
+     else
+       while (info >= 0)
+         info = find_next_prefix(0, trie, &p);
This page took 0.071246 seconds and 4 git commands to generate.