From cbeb0b26e4c7caa8d1b47de791a7418dc20a4567 Mon Sep 17 00:00:00 2001 From: rsc Date: Sat, 1 Apr 2006 19:24:03 +0000 Subject: Use gcc -ansi -pedantic in 9c. Fix many non-C89-isms. --- src/cmd/tcs/cyrillic.h | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'src/cmd/tcs/cyrillic.h') diff --git a/src/cmd/tcs/cyrillic.h b/src/cmd/tcs/cyrillic.h index 569b4907..b4460eb3 100644 --- a/src/cmd/tcs/cyrillic.h +++ b/src/cmd/tcs/cyrillic.h @@ -23,7 +23,7 @@ long tabucode[256] = 0x0440,0x0441,0x0442,0x0443,0x0444,0x0445,0x0446,0x0447, 0x0448,0x0449,0x044a,0x044b,0x044c,0x044d,0x044e,0x044f, -1, -1, -1, -1, -1, -1, -1, -1, - -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1 }; long tabkoi8[256] = { @@ -50,7 +50,7 @@ long tabkoi8[256] = 0x042e,0x0410,0x0411,0x0426,0x0414,0x0415,0x0424,0x0413, 0x0425,0x0418,0x0419,0x041a,0x041b,0x041c,0x041d,0x041e, 0x041f,0x042f,0x0420,0x0421,0x0422,0x0423,0x0416,0x0412, -0x042c,0x042b,0x0417,0x0428,0x042d,0x0429,0x0427,0x042a, +0x042c,0x042b,0x0417,0x0428,0x042d,0x0429,0x0427,0x042a }; long tab866[256] = { @@ -77,7 +77,7 @@ long tab866[256] = 0x0440,0x0441,0x0442,0x0443,0x0444,0x0445,0x0446,0x0447, 0x0448,0x0449,0x044a,0x044b,0x044c,0x044d,0x044e,0x044f, 0x0401,0x0451, -1, -1, -1, -1, -1, -1, - -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1 }; long tabav[256] = { @@ -104,7 +104,7 @@ long tabav[256] = 0x0440,0x0441,0x0442,0x0443,0x0444,0x0445,0x0446,0x0447, 0x0448,0x0449,0x044a,0x044b,0x044c,0x044d,0x044e,0x044f, 0x0401,0x0451,0x0301,0x0300,0x0301,0x0300,0x2192,0x2190, -0x2193,0x2191,0x00f7,0x00b1,0x2116,0x00a4, -1, -1, +0x2193,0x2191,0x00f7,0x00b1,0x2116,0x00a4, -1, -1 }; long tabov[256] = { @@ -131,5 +131,5 @@ long tabov[256] = 0x0440,0x0441,0x0442,0x0443,0x0444,0x0445,0x0446,0x0447, 0x0448,0x0449,0x044a,0x044b,0x044c,0x044d,0x044e,0x044f, 0x0401,0x0451,0x0301,0x0300,0x0301,0x0300,0x2192,0x2190, -0x2193,0x2191,0x00f7,0x00b1,0x2116,0x00a4, -1, -1, +0x2193,0x2191,0x00f7,0x00b1,0x2116,0x00a4, -1, -1 }; -- cgit v1.2.3