diff options
Diffstat (limited to 'gcc/objc')
-rw-r--r-- | gcc/objc/objc-act.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/objc/objc-act.c b/gcc/objc/objc-act.c index 58d7279..087c302 100644 --- a/gcc/objc/objc-act.c +++ b/gcc/objc/objc-act.c @@ -128,7 +128,7 @@ char *util_firstobj; #include "rtl.h" #include "c-parse.h" -#define OBJC_VERSION 6 +#define OBJC_VERSION (flag_next_runtime ? 5 : 6) #define PROTOCOL_VERSION 2 #define NULLT (tree) 0 |