diff options
author | Kurausukun <lord.uber1@gmail.com> | 2021-06-26 04:04:22 -0400 |
---|---|---|
committer | Kurausukun <lord.uber1@gmail.com> | 2021-06-26 22:51:41 -0400 |
commit | 88bd618496b955da4505a8c106dd135235d02542 (patch) | |
tree | cd9083138e346cb42910409ee3a91490f37382e7 /include/config.h | |
parent | 8116790c0880cbe03e8d14efe88bf6000f283819 (diff) |
port UBFIXes from emerald
Diffstat (limited to 'include/config.h')
-rw-r--r-- | include/config.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/include/config.h b/include/config.h index 8c7229504..78651f023 100644 --- a/include/config.h +++ b/include/config.h @@ -41,6 +41,9 @@ #ifndef BUGFIX #define BUGFIX #endif // BUGFIX +#ifndef UBFIX +#define UBFIX +#endif // UBFIX #endif // MODERN #endif // GUARD_CONFIG_H |