summaryrefslogtreecommitdiff
path: root/soltools/cpp/_tokens.c
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2017-01-09 20:19:22 +0100
committerStephan Bergmann <sbergman@redhat.com>2017-01-09 20:19:22 +0100
commit62ee434e336dac7523cace3b3acea6894ef3a509 (patch)
tree7833a504b866bb503676cc79577ba0dc41a0ef94 /soltools/cpp/_tokens.c
parent04900bf971196a3b27473fd35d4726cd8cadd0e0 (diff)
loplugin:externvar
Change-Id: I304144c0ae6b51656ad326a77e9402cc34d5aa18
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,