|
|
@ -95,7 +95,7 @@ void FileGenerator::GenerateHeader(io::Printer *printer) { |
|
|
|
// code is being compiled with.
|
|
|
|
// code is being compiled with.
|
|
|
|
printer->Print( |
|
|
|
printer->Print( |
|
|
|
"#if GOOGLE_PROTOBUF_OBJC_GEN_VERSION != $protoc_gen_objc_version$\n" |
|
|
|
"#if GOOGLE_PROTOBUF_OBJC_GEN_VERSION != $protoc_gen_objc_version$\n" |
|
|
|
"#error This file was generated by a different version of protoc-gen-objc which is incompatible with your Protocol Buffer sources.\n" |
|
|
|
"#error This file was generated by a different version of protoc which is incompatible with your Protocol Buffer library sources.\n" |
|
|
|
"#endif\n" |
|
|
|
"#endif\n" |
|
|
|
"\n", |
|
|
|
"\n", |
|
|
|
"protoc_gen_objc_version", |
|
|
|
"protoc_gen_objc_version", |
|
|
|