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.
24 lines
693 B
24 lines
693 B
Index: prog/checker_string.cpp |
|
--- prog/checker_string.cpp.orig 2003-06-05 19:35:02.000000000 +0200 |
|
+++ prog/checker_string.cpp 2003-10-02 20:33:05.000000000 +0200 |
|
@@ -12,6 +12,8 @@ |
|
#include "copy_ptr-t.hpp" |
|
#include "asc_ctype.hpp" |
|
|
|
+#include <assert.h> |
|
+ |
|
static int get_line(FILE * in, CharVector & d) |
|
{ |
|
d.resize(0); |
|
Index: Makefile.in |
|
--- Makefile.in.orig 2003-09-14 08:56:27.000000000 +0200 |
|
+++ Makefile.in 2003-10-02 20:48:25.000000000 +0200 |
|
@@ -139,7 +139,7 @@ |
|
|
|
AUTOMAKE_OPTIONS = foreign |
|
|
|
-SUBDIRS = auto common modules lib examples prog data scripts interfaces manual |
|
+SUBDIRS = auto common modules lib prog data scripts interfaces manual |
|
|
|
EXTRA_DIST = README |
|
subdir = .
|
|
|