diff options
-rw-r--r-- | xml.h | 4 |
1 files changed, 0 insertions, 4 deletions
@@ -30,10 +30,6 @@ typedef struct xmlparser { /* GETNEXT overridden for sfeed to reduce function call overhead and further context optimizations. */ #define GETNEXT getchar -#if 0 - #define GETNEXT (x)->getnext - int (*getnext)(void); -#endif #endif /* current tag */ |