mirror of
https://github.com/holub/mame
synced 2025-04-20 23:42:22 +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. |
||
---|---|---|
docs | ||
src | ||
.gitattributes | ||
makefile |