]> git.cameronkatri.com Git - bsdgames-darwin.git/commit
Changed the type of data_table to be unsigned char[] instead of char[],
authorrillig <rillig@NetBSD.org>
Mon, 27 Jun 2005 20:32:07 +0000 (20:32 +0000)
committerrillig <rillig@NetBSD.org>
Mon, 27 Jun 2005 20:32:07 +0000 (20:32 +0000)
commit86af82ece770d2d27871e6083bc8eb4f7d2bbd3f
treecd2014c5fbea48eec81891400b5a24d76024626d
parent38b77b2541ff8fe8f87fd82e8f088e5d03e06b4a
Changed the type of data_table to be unsigned char[] instead of char[],
because it is initialized with values >= SCHAR_MAX. Also removed two
unnecessary bit mask operations. These changes do not affect the actual
behavior. Also replaced an "#ifdef notdef" with "#if 0". All these
changes are mainly for reducing lint(1) warnings.
banner/banner.c