mirror of
https://github.com/gbdev/rgbds.git
synced 2025-11-21 02:32:06 +00:00
Prefer pre-inc/dec unless post-inc/dec are necessary
This commit is contained in:
@@ -98,7 +98,7 @@ Section *sect_FindSectionByName(std::string const &name) {
|
||||
#define sectError(...) \
|
||||
do { \
|
||||
error(__VA_ARGS__); \
|
||||
nbSectErrors++; \
|
||||
++nbSectErrors; \
|
||||
} while (0)
|
||||
|
||||
static unsigned int mergeSectUnion(
|
||||
|
||||
Reference in New Issue
Block a user