The FORTRAN-derived longs were semantically ints. Make it so.
authorEric S. Raymond <esr@thyrsus.com>
Thu, 28 Feb 2019 10:58:16 +0000 (05:58 -0500)
committerEric S. Raymond <esr@thyrsus.com>
Thu, 28 Feb 2019 10:58:16 +0000 (05:58 -0500)
commit81af59974bcc0c619437cb83064d7c18e27614ec
tree2c16c7eeaf28b1ef3e5691bf4fa47342ba6fc12a
parentb8c9cf90d851d14340f8588898e37cb200ab9c7a
The FORTRAN-derived longs were semantically ints.  Make it so.

Note. because we used fixed-length declrations in the right places, this
shouldn't break saves.

(Besides being right, this will someday make a port to Go a touch easier,
if we decide to do that.)
advent.h
cheat.c
init.c
main.c
misc.c
saveresume.c
score.c