mirror of the now-defunct rocklinux.org
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

12 lines
363 B

  1. --- aspell-0.50.3/prog/checker_string.cpp.orig 2003-08-13 16:45:30.000000000 +0200
  2. +++ aspell-0.50.3/prog/checker_string.cpp 2003-08-13 16:53:13.000000000 +0200
  3. @@ -9,6 +9,9 @@
  4. #include "document_checker.hpp"
  5. #include "copy_ptr-t.hpp"
  6. #include "asc_ctype.hpp"
  7. +#if __GNUC__ == 3
  8. +#include <cassert>
  9. +#endif
  10. static int get_line(FILE * in, CharVector & d)
  11. {