diff options
author | root <root@fedora-arm.domain.avtechpulse.com> | 1999-12-31 19:49:19 -0500 |
---|---|---|
committer | root <root@fedora-arm.domain.avtechpulse.com> | 1999-12-31 19:49:19 -0500 |
commit | 3702b14f594c86af91e063e8b1403e7bfd982bfe (patch) | |
tree | caec2c51f56121cd201141003cfb851f9108303b /socket-common.h | |
parent | dcbb634ee0093999b5316a579728969e8bdb1852 (diff) |
initial parser re-implementation
Diffstat (limited to 'socket-common.h')
-rw-r--r-- | socket-common.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/socket-common.h b/socket-common.h index 4e4f694..dfba8f8 100644 --- a/socket-common.h +++ b/socket-common.h @@ -5,7 +5,7 @@ #include <gio/gio.h> #include <string.h> -//#define DEBUG_ON - uncomment this to have debug messages +#define DEBUG_ON - uncomment this to have debug messages #ifdef DEBUG_ON #define g_print_debug(...) g_print(__VA_ARGS__) |