Stephen Heumann 890f177c70 Add an explicit "int" type to a declaration that used implicit int.
Implicit int was removed from C99, and all C99+ compilers should give a diagnostic about declarations like this. ORCA/C now detects this problem with a lint check.
2020-02-06 18:03:00 -06:00
..