ossp-pkg/l2/l2_p.h 1.16 -> 1.17
--- l2_p.h 2001/09/12 13:50:46 1.16
+++ l2_p.h 2001/09/13 19:18:34 1.17
@@ -33,6 +33,11 @@
#include <stdlib.h>
#include <errno.h>
+#ifndef DEBUG
+#define NDEBUG
+#endif
+#include <assert.h>
+
#include "l2.h"
#include "l2_config.h"
#include "l2_ut_pcre.h"
|
|