about summary refs log tree commit diff stats
path: root/WWW/Library/Implementation/SGML.c
diff options
context:
space:
mode:
authorThomas E. Dickey <dickey@invisible-island.net>2004-01-19 12:02:00 -0500
committerThomas E. Dickey <dickey@invisible-island.net>2004-01-19 12:02:00 -0500
commit264781cf73284efb1e6eb24c3c71d46ce36685aa (patch)
tree2067cb0c1143434169c22ca268d58721f7c434e0 /WWW/Library/Implementation/SGML.c
parent77995ed82818d1dbbf5716a2af237493564872a6 (diff)
downloadlynx-snapshots-264781cf73284efb1e6eb24c3c71d46ce36685aa.tar.gz
snapshot of project "lynx", label v2-8-5pre_2
Diffstat (limited to 'WWW/Library/Implementation/SGML.c')
-rw-r--r--WWW/Library/Implementation/SGML.c2
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))