Result += ".cache = "; Result += "&_objc_empty_cache"; Result += ";\n";
Result += "}\n";
- Result += "#pragma section(\".objc_inithooks$B\", long, read, write\n";
+ Result += "#pragma section(\".objc_inithooks$B\", long, read, write)\n";
Result += "__declspec(allocate(\".objc_inithooks$B\")) ";
Result += "static void *OBJC_CLASS_SETUP2_$_";
Result += CDecl->getNameAsString();
Result += ".cls = "; Result += "&OBJC_CLASS_$_"; Result += ClassName;
Result += ";\n}\n";
- Result += "#pragma section(\".objc_inithooks$B\", long, read, write\n";
+ Result += "#pragma section(\".objc_inithooks$B\", long, read, write)\n";
Result += "__declspec(allocate(\".objc_inithooks$B\")) ";
Result += "static void *OBJC_CATEGORY_SETUP2_$_";
Result += ClassDecl->getNameAsString();