aboutsummaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
-rw-r--r--lib.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/lib.c b/lib.c
index 40e192a7..fdf7a9e9 100644
--- a/lib.c
+++ b/lib.c
@@ -1368,6 +1368,8 @@ static void predefined_macros(void)
if (optimize_size)
predefine("__OPTIMIZE_SIZE__", 0, "1");
+ predefine("__PRAGMA_REDEFINE_EXTNAME", 1, "1");
+
// Temporary hacks
predefine("__extension__", 0, NULL);
predefine("__pragma__", 0, NULL);