mame/src/lib
Aaron Giles 460437f8d1 (From Atari Ace)
The attached patch adjusts most conditional logging in MAME to use the
idiom "do { if (VERBOSE) logerror x; } while (0)".   This has the
benefit that the compiler checks the syntax of the logging even in the
case it will be eliminated, and in fact a number of cases here needed
adjustments to compile because of this.
2007-12-31 02:04:39 +00:00
..
expat Initial checkin of MAME 0.121. 2007-12-17 15:19:59 +00:00
util (From Atari Ace) 2007-12-31 02:04:39 +00:00
zlib Initial checkin of MAME 0.121. 2007-12-17 15:19:59 +00:00
lib.mak Initial checkin of MAME 0.121. 2007-12-17 15:19:59 +00:00