dvdkruk / protobuf-dt

Automatically exported from code.google.com/p/protobuf-dt
0 stars 0 forks source link

Hexadecimal constants are marked as errors #79

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
In

message MyMessage {
 enum Type {
   VALUE = 0x1;
 }
}

the error message on the third line says: "extraneous input 'x1' expecting ';'".

Original issue reported on code.google.com by alr...@google.com on 1 Jul 2011 at 9:48

GoogleCodeExporter commented 9 years ago
r346

Original comment by alr...@google.com on 1 Jul 2011 at 9:50