Merge branch 'handle-stdout'
[SXSI/xpathcomp.git] / include / debug.ml
index e3694ab..09fd43f 100644 (file)
@@ -21,7 +21,6 @@ DEFINE D_IGNORE_(e1,e2) = (let () = e1 in ();e2)
 DEFINE D_IF_(e1,e2) = e1
 DEFINE D_TRACE_(e) = e
 
-
 ELSE
 DEFINE D_IGNORE_(e1,e2) = (e2)
 DEFINE D_IF_(e1,e2) = e2