9bf5c6491b
0.50.3-16 - moved spell compat script from /usr/share/aspell to /usr/bin (#105921) 0.50.3-15 - moved ispell compat script from /usr/share/aspell to /usr/bin (#90907) 0.50.3-14 - removed emacs/xemacs el files which are already provided 0.50.3-13 - provide pspell-devel in addition to obsoleting it 0.50.3-12 - obsolete old dicts designed for previous aspell Wed Jun 04 2003 Elliot Lee <sopwith@redhat.com> - rebuilt 0.50.3-10 - rebuild again to fix libpspell deps 0.50.3-9 - remove ExcludeArch 0.50.3-8 - fix build with gcc 3.3 Thu May 22 2003 Adrian Havill <havill@redhat.com> 0.50.3-7 - require aspell-en for upgrades 0.50.3-6 - -devel should obsolete pspell-devel Tue May 06 2003 Joe Orton <jorton@redhat.com> 0.50.3-5 - include libpspell.so in devel package Thu May 01 2003 Adrian Havill <havill@redhat.com> 0.50.3-4 - removed .la files Wed Apr 16 2003 Adrian Havill <havill@redhat.com> 0.50.3-3 - Changed the header for provides, obsoletes, epoch - fixed config prefix in dirs.h Wed Apr 16 2003 Adrian Havill <havill@redhat.com> 0.50.3-1 - upgrade to 0.50.3
11 lines
384 B
Diff
11 lines
384 B
Diff
--- aspell-0.50.3/prog/checker_string.cpp.gcc33 2003-05-22 22:52:59.000000000 -0400
|
|
+++ aspell-0.50.3/prog/checker_string.cpp 2003-05-22 22:53:13.000000000 -0400
|
|
@@ -4,6 +4,7 @@
|
|
// license along with this library if you did not you can find
|
|
// it at http://www.gnu.org/.
|
|
|
|
+#include <assert.h>
|
|
#include "checker_string.hpp"
|
|
#include "speller.hpp"
|
|
#include "document_checker.hpp"
|