Commit 42cfe4cf by Kresten Krab Thorup

incremented objc_version iff using gnu runtime.

From-SVN: r7623
parent a39d31bc
......@@ -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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment