summaryrefslogtreecommitdiff
path: root/include/config.h
diff options
context:
space:
mode:
authorGriffinR <griffin.g.richards@gmail.com>2021-07-03 17:25:05 -0400
committerGitHub <noreply@github.com>2021-07-03 17:25:05 -0400
commit585d92f298e1edd8f756f8362de45c9fadc6fcab (patch)
tree2e3b17d37c4782f575329fc0fbe1f7bd406e6bad /include/config.h
parent558097f42326f19044a6351004468a46d6ee0b38 (diff)
parentff94d49a45ef605cfaed1268aa5a230958e25cd9 (diff)
Merge pull request #445 from Kurausukun/ubfix
Port UBFIX Macro and Some Usages from Emerald
Diffstat (limited to 'include/config.h')
-rw-r--r--include/config.h3
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