about summary refs log tree commit diff stats
path: root/WWW/Library/Implementation/SGML.c
diff options
context:
space:
mode:
Diffstat (limited to 'WWW/Library/Implementation/SGML.c')
-rw-r--r--WWW/Library/Implementation/SGML.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/WWW/Library/Implementation/SGML.c b/WWW/Library/Implementation/SGML.c
index c2566856..8415ebb9 100644
--- a/WWW/Library/Implementation/SGML.c
+++ b/WWW/Library/Implementation/SGML.c
@@ -1,5 +1,5 @@
 /*
- * $LynxId: SGML.c,v 1.186 2023/10/25 22:35:29 tom Exp $
+ * $LynxId: SGML.c,v 1.187 2024/03/18 07:56:43 tom Exp $
  *
  *			General SGML Parser code		SGML.c
  *			========================
@@ -5023,11 +5023,9 @@ unsigned char *TO_EUC(const unsigned char *jis,
     unsigned char *d;
     int to1B, to2B;
     int in_sjis = 0;
-    static int nje;
     int n8bits;
     int is_JIS;
 
-    nje++;
     n8bits = 0;
     s = jis;
     d = euc;