diff options
-rw-r--r-- | ChangeLog | 6 | ||||
-rw-r--r-- | match.c | 1 | ||||
-rw-r--r-- | txr.c | 1 |
3 files changed, 6 insertions, 2 deletions
@@ -1,5 +1,11 @@ 2011-11-13 Kaz Kylheku <kaz@kylheku.com> + * match.c: Removed <assert.h> + + * txr.c: Likewise. + +2011-11-13 Kaz Kylheku <kaz@kylheku.com> + Bug #34813 * match.c (v_freeform): Fail if the data is null, @@ -27,7 +27,6 @@ #include <stdio.h> #include <stdlib.h> #include <string.h> -#include <assert.h> #include <errno.h> #include <dirent.h> #include <setjmp.h> @@ -27,7 +27,6 @@ #include <stdio.h> #include <stdlib.h> #include <string.h> -#include <assert.h> #include <limits.h> #include <dirent.h> #include <setjmp.h> |