ossp-pkg/l2/l2.h.in  1.7 -> 1.8
--- l2.h.in      2001/09/13 16:32:12     1.7
+++ l2.h.in      2001/09/13 19:18:34     1.8
@@ -64,19 +64,6 @@
 #define TRUE (!FALSE)
 #endif
 
-#ifndef DEBUG
-#define ASSERT(expr) ((voir)0)
-#else
-#define ASSERT(expr)\
-        do {\
-            if (!(expr)) {\
-                fprintf(stderr, "Assertion failed in %s line %d! ", __FILE__, __LINE__);\
-                exit(1);\
-            }\
-        }\
-        while (0)
-#endif
-
 /* forward declarations for opaque data structures */
 union  l2_context_un;
 struct l2_param_st;
 |   
 |