chiark / gitweb /
Fix up nislands; use BEGIN
[ypp-sc-tools.main.git] / yarrg / rscommon.h
index 5c4b3c8b6c7b6bd7cb7c0abbea1e58d03cc530bc..8bfe3e1ed1b6f9dd70c9980496ec97e6f2741103 100644 (file)
@@ -4,7 +4,8 @@
 #include <sqlite3.h>
 
 #define DEBUG_FLAG_LIST                                \
-   DF(sql)
+   DF(sql)                                     \
+   DF(value)
 
 
 #define SQL_MUST( call ) ({                                     \