summaryrefslogtreecommitdiff
path: root/src/interfaces/odbc/misc.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/interfaces/odbc/misc.h')
-rw-r--r--src/interfaces/odbc/misc.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/interfaces/odbc/misc.h b/src/interfaces/odbc/misc.h
index 5cedd4c147e..b658ed7c91e 100644
--- a/src/interfaces/odbc/misc.h
+++ b/src/interfaces/odbc/misc.h
@@ -38,6 +38,7 @@
#define MYLOGDIR "c:"
#endif
extern void mylog(char *fmt,...);
+#define inolog mylog /* for really temporary debug */
#else
#ifndef WIN32