mirror of
https://github.com/pret/pmd-red.git
synced 2026-09-25 10:27:06 -05:00
add UBFIX define
This commit is contained in:
@@ -60,8 +60,14 @@ static inline bool8 AreStringsDifferent(const u8 *str1, const u8 *str2)
|
||||
return strcmp(str1, str2) != 0;
|
||||
}
|
||||
|
||||
#ifdef BUGFIX
|
||||
#ifndef UBFIX
|
||||
#define UBFIX
|
||||
#endif
|
||||
#endif
|
||||
|
||||
#ifdef MODERN
|
||||
#define BUGFIX
|
||||
#define UBFIX
|
||||
#define NONMATCHING
|
||||
|
||||
#include "mini_printf.h"
|
||||
|
||||
Reference in New Issue
Block a user