Source-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: src/games/tetris



Module Name:    src
Committed By:   dholland
Date:           Mon May 25 04:33:53 UTC 2009

Modified Files:
        src/games/tetris: input.c scores.c screen.c shapes.c tetris.c tetris.h

Log Message:
ANSIfy function declarations.

Some object file diffs, but they are harmless. (Mostly they seem to
come from internal counters in gcc... and in one case the order of two
instructions was harmlessly swapped, which is odd and annoying.)


To generate a diff of this commit:
cvs rdiff -u -r1.10 -r1.11 src/games/tetris/input.c src/games/tetris/tetris.h
cvs rdiff -u -r1.14 -r1.15 src/games/tetris/scores.c
cvs rdiff -u -r1.22 -r1.23 src/games/tetris/screen.c
cvs rdiff -u -r1.7 -r1.8 src/games/tetris/shapes.c
cvs rdiff -u -r1.20 -r1.21 src/games/tetris/tetris.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



Home | Main Index | Thread Index | Old Index