diff options
author | Thomas E. Dickey <dickey@invisible-island.net> | 2006-01-23 01:26:00 -0500 |
---|---|---|
committer | Thomas E. Dickey <dickey@invisible-island.net> | 2006-01-23 01:26:00 -0500 |
commit | 04a316621e7163aa1d3a747c47844da55c6aa4d6 (patch) | |
tree | 89da810392c92dcde38dafe5313b8602b636b219 /WWW/Library/Implementation/SGML.c | |
parent | 01876e39ab4775cc04d1fdc8e491fe2e7de9c1a3 (diff) | |
download | lynx-snapshots-04a316621e7163aa1d3a747c47844da55c6aa4d6.tar.gz |
snapshot of project "lynx", label v2-8-6dev_17
Diffstat (limited to 'WWW/Library/Implementation/SGML.c')
-rw-r--r-- | WWW/Library/Implementation/SGML.c | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/WWW/Library/Implementation/SGML.c b/WWW/Library/Implementation/SGML.c index 48e0587d..235c898f 100644 --- a/WWW/Library/Implementation/SGML.c +++ b/WWW/Library/Implementation/SGML.c @@ -228,7 +228,9 @@ struct _HTStream { #endif }; -#ifndef NO_LYNX_TRACE +#ifdef NO_LYNX_TRACE +#define state_name(n) "state" +#else static const char *state_name(sgml_state n) { const char *result = "?"; |