mirror of
https://github.com/holub/mame
synced 2025-06-04 20:06:28 +03:00
![]() 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. |
||
---|---|---|
.. | ||
expat | ||
util | ||
zlib | ||
lib.mak |