diff options
author | Thomas E. Dickey <dickey@invisible-island.net> | 2000-04-07 01:30:03 -0400 |
---|---|---|
committer | Thomas E. Dickey <dickey@invisible-island.net> | 2000-04-07 01:30:03 -0400 |
commit | 112f25f7e5255f59fcc208f3038c4aea5ef62689 (patch) | |
tree | f1d171901048b467071c7c5b15101df6111bc49c /WWW/Library/Implementation | |
parent | 220883349fc51b8c34be950984b5b0cc0877f5c8 (diff) | |
download | lynx-snapshots-112f25f7e5255f59fcc208f3038c4aea5ef62689.tar.gz |
snapshot of project "lynx", label v2-8-3pre_3
Diffstat (limited to 'WWW/Library/Implementation')
-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 db7e9e40..03c3ac37 100644 --- a/WWW/Library/Implementation/SGML.c +++ b/WWW/Library/Implementation/SGML.c @@ -3560,12 +3560,14 @@ top1: break; } #ifdef USE_PRETTYSRC +#if 0 /*seems this is not needed. It was causing some LSS style stack underflow -VH*/ /* we are here because this char seemed the beginning of attrname */ if (psrc_view && context->current_attribute_number == INVALID) { PSRCSTOP(badattr); PUTC(' '); } #endif +#endif HTChunkPutc(string, c); context->state = S_attr; /* Get next attribute */ break; |