palm
palm copied to clipboard
protoc 2.4.1 allows ";" after enum declarations
enum Foo {
a = 1;
};
Is valid in Google's protoc 2.4.1 compiler but not palm. It doesn't change the generated code to remove, so this isn't a very important issue.