diff options
-rw-r--r-- | xml.h | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -26,8 +26,8 @@ typedef struct xmlparser { size_t, int); #ifndef GETNEXT - /* GETNEXT overridden for sfeed to reduce function call overhead and - further context optimizations. */ + /* GETNEXT overridden to reduce function call overhead and further + context optimizations. */ #define GETNEXT getchar #endif |