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
|
|
@ -27,7 +27,7 @@ double venfp[] =
|
|||
0.717e-6, 2.2969,
|
||||
2.991e-6, 2.0611,
|
||||
1.335e-6, 0.9628,
|
||||
0.,
|
||||
0.
|
||||
};
|
||||
|
||||
char vencp[] =
|
||||
|
|
@ -56,5 +56,5 @@ char vencp[] =
|
|||
4,-5,0,0,
|
||||
2,0,-3,0,
|
||||
1,0,0,-1,
|
||||
2,0,0,-2,
|
||||
2,0,0,-2
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue