]> andersk Git - libyaml.git/blobdiff - tests/run-emitter.c
Merge commit 'upstream/0.1.2' into debian
[libyaml.git] / tests / run-emitter.c
index 07878952da811fcebdb93cb30929b04b79bb5343..6b246fa81df96c147b6b8470078308865cdd6178 100644 (file)
@@ -2,9 +2,13 @@
 
 #include <stdlib.h>
 #include <stdio.h>
-#include <assert.h>
 #include <string.h>
 
+#ifdef NDEBUG
+#undef NDEBUG
+#endif
+#include <assert.h>
+
 #define BUFFER_SIZE 65536
 #define MAX_EVENTS  1024
 
This page took 0.026692 seconds and 4 git commands to generate.