Use gcc -ansi -pedantic in 9c. Fix many non-C89-isms.
This commit is contained in:
parent
226d80b821
commit
cbeb0b26e4
492 changed files with 3218 additions and 3167 deletions
|
|
@ -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
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue