Remove DD_DEBUG_S. It's unused.
Florian Ragwitz [Sun, 5 Oct 2008 23:36:01 +0000 (23:36 +0000)]
Declare.xs

index 7bff0c9..300dbb8 100644 (file)
 #define DD_DEBUG
 #endif
 
-#ifdef DD_DEBUG
-#define DD_DEBUG_S printf("Buffer: %s\n", s);
-#else
-#define DD_DEBUG_S
-#endif
-
 #define LEX_NORMAL    10
 #define LEX_INTERPNORMAL   9