mirror of
https://github.com/libretro/RetroArch
synced 2025-03-06 04:13:52 +00:00
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.