]> git.pld-linux.org Git - packages/aspell.git/commitdiff
- missing include (needed for gcc 3.3)
authorJakub Bogusz <qboosh@pld-linux.org>
Thu, 12 Jun 2003 13:53:19 +0000 (13:53 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    aspell-assert.patch -> 1.1

aspell-assert.patch [new file with mode: 0644]

diff --git a/aspell-assert.patch b/aspell-assert.patch
new file mode 100644 (file)
index 0000000..fa56dcd
--- /dev/null
@@ -0,0 +1,11 @@
+--- aspell-0.50.3/prog/checker_string.cpp.orig Thu Sep 26 02:42:42 2002
++++ aspell-0.50.3/prog/checker_string.cpp      Thu Jun 12 13:42:39 2003
+@@ -10,6 +10,8 @@
+ #include "copy_ptr-t.hpp"
+ #include "asc_ctype.hpp"
++#include <cassert>
++
+ static int get_line(FILE * in, CharVector & d)
+ {
+   d.resize(0);
This page took 0.095091 seconds and 4 git commands to generate.