]> git.cameronkatri.com Git - bsdgames-darwin.git/commit
Fix two ubiquitous operator precedence error of type
authorjdolecek <jdolecek@NetBSD.org>
Thu, 30 Mar 2000 11:01:13 +0000 (11:01 +0000)
committerjdolecek <jdolecek@NetBSD.org>
Thu, 30 Mar 2000 11:01:13 +0000 (11:01 +0000)
commited35704d7174c61e6ade02fe3dc832cf503b2798
treed7915373b7acf46181f8d1c821b2f896bc82d50c
parent60197a06f7f43a679fe5be69ec6df559035e533a
Fix two ubiquitous operator precedence error of  type
bar = foo + (cond) ? x : y.
Patch sent by John Darrow in bin/9698.
phantasia/fight.c