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
|
|
@ -8,7 +8,7 @@ enum
|
|||
Ndim = 15, /* number of dimensions */
|
||||
Nsym = 40, /* size of a name */
|
||||
Nvar = 203, /* hash table size */
|
||||
Maxe = 695, /* log of largest number */
|
||||
Maxe = 695 /* log of largest number */
|
||||
};
|
||||
|
||||
typedef struct Var Var;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue