Fix up case on all comments to make them more readable. No code changes.
authorEric S. Raymond <esr@thyrsus.com>
Sun, 21 May 2017 17:12:24 +0000 (13:12 -0400)
committerEric S. Raymond <esr@thyrsus.com>
Sun, 21 May 2017 17:12:24 +0000 (13:12 -0400)
commit18767d52dd053cf6c851ded2597697674ca255c1
tree0800b1296644b50149df3c2fe29777f63745de43
parent809f53d099f51558e69f0be8038844f445ddbb60
Fix up case on all comments to make them more readable. No code changes.

The all-capsing was a FORTRAN remnant.Also, we change a few FORTRANisms
so they are less confusing in this C context; ".TRUE." and ".FALSE." become
"true" and "false", "MOD" is mapped to % in places tha t are like C expressions
and (usually) "modulo" in places that aren't.
actions1.c
actions2.c
funcs.h
init.c
main.c
misc.c
score.c