mirror of
https://github.com/libretro/RetroArch
synced 2025-02-07 03:40:24 +00:00
ad12cc089c
Macros without do{}while() wrapping behave more like regular C expressions. The macro can now be nested/embedded inside of other similar compound statements and conditionals without introducing syntax errors. This change has no risk of negatively impacting existing code.