diff options
Diffstat (limited to 'WWW/Library/Implementation/SGML.c')
-rw-r--r-- | WWW/Library/Implementation/SGML.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/WWW/Library/Implementation/SGML.c b/WWW/Library/Implementation/SGML.c index e31bcc45..5204b0db 100644 --- a/WWW/Library/Implementation/SGML.c +++ b/WWW/Library/Implementation/SGML.c @@ -65,6 +65,7 @@ PRIVATE void fake_put_character ARGS2( AS_casecomp(a,b) : \ (TOASCII(TOUPPER(*a)) - TOASCII(TOUPPER(*b)))) +#if ANSI_PREPRO /* will use partially inlined version */ #define orig_HTChunkPutUtf8Char HTChunkPutUtf8Char #undef HTChunkPutUtf8Char @@ -95,6 +96,7 @@ PRIVATE void fake_put_character ARGS2( #define HTChunkTerminate(ch) \ HTChunkPutc(ch, (char)0) #endif /* */ +#endif /* ANSI_PREPRO */ #define PUTS(str) ((*context->actions->put_string)(context->target, str)) #define PUTC(ch) ((*context->actions->put_character)(context->target, ch)) |