Use gcc -ansi -pedantic in 9c. Fix many non-C89-isms.
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
|
||||
enum {
|
||||
Nblock = 300000,
|
||||
BlockSize = 8*1024,
|
||||
BlockSize = 8*1024
|
||||
};
|
||||
|
||||
uchar data[Nblock*VtScoreSize];
|
||||
|
||||
Reference in New Issue
Block a user