summaryrefslogtreecommitdiff
path: root/soltools/cpp/_tokens.c
diff options
context:
space:
mode:
Diffstat (limited to 'soltools/cpp/_tokens.c')
-rw-r--r--soltools/cpp/_tokens.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/soltools/cpp/_tokens.c b/soltools/cpp/_tokens.c
index c764886593d6..bac421647035 100644
--- a/soltools/cpp/_tokens.c
+++ b/soltools/cpp/_tokens.c
@@ -34,7 +34,7 @@ static char *wbp = wbuf;
static int EBCDIC_ExternTokenDetected = 0;
static int EBCDIC_StartTokenDetected = 0;
-unsigned char toLatin1[256] =
+static unsigned char toLatin1[256] =
{
0x00, 0x01, 0x02, 0x03, 0x9c, 0x09, 0x86, 0x7f, 0x97, 0x8d,
0x8e, 0x0b, 0x0c, 0x0d, 0x0e, 0x0f, 0x10, 0x11, 0x12, 0x13,