]> git.pld-linux.org Git - packages/agfl.git/blame - agfl-c++.patch
- tabs in preamble
[packages/agfl.git] / agfl-c++.patch
CommitLineData
9faf91e1
JB
1--- agfl-2.3/lexgen/src/entry.cc.orig Mon Nov 24 16:37:00 2003
2+++ agfl-2.3/lexgen/src/entry.cc Fri Nov 28 11:33:38 2003
3@@ -20,6 +20,7 @@
4
5 using namespace std;
6 #include <iostream>
7+#include <iterator>
8 #include "entry.h"
9
10 void
11--- agfl-2.3/lexgen/src/findtrie.c.orig Mon May 7 14:13:09 2001
12+++ agfl-2.3/lexgen/src/findtrie.c Fri Nov 28 11:38:25 2003
13@@ -673,7 +673,7 @@
14 */
15 info = find_next_prefix(buf, trie, &p);
16 if (info < 0)
17- printf("%s\n", buf);
18+ printf("%s\n", (char *)buf);
19 else
20 while (info >= 0)
21 info = find_next_prefix(0, trie, &p);
This page took 0.144906 seconds and 4 git commands to generate.