• Robert Edmonds's avatar
    Restore protobuf-2.x compatibility · 4302266b
    Robert Edmonds authored
    The change in commit 712154b9 ("Bump
    minimum required header version for proto3 syntax") uses functionality
    only exposed by protobuf-3.x, breaking the build when compiling against
    protobuf-2.x.
    
    Since we still want to support building against protobuf-2.x, this
    commit makes the proto3 syntax check in the file generator dependent on
    building against protobuf-3.x.
    4302266b
c_file.cc 10.4 KB