Adding STL stuff and operator news of snapshot to model-checker. Need to actuallly...
[model-checker.git] / common.h
index bb66c3a7f5d9cab70b680a8f2f42b89c7c468547..088ef2da8fe0db69bd0038e2759352121b7b27ca 100644 (file)
--- a/common.h
+++ b/common.h
@@ -4,7 +4,7 @@
 #include <stdio.h>
 #include <stdlib.h>
 
-//#define CONFIG_DEBUG
+#define CONFIG_DEBUG
 
 #ifdef CONFIG_DEBUG
 #define DEBUG(fmt, ...) do { printf("*** %25s(): line %-4d *** " fmt, __func__, __LINE__, ##__VA_ARGS__); } while (0)