ctiller / protobuf-embedded-c

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

Duplicate elment value - enum values #48

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Define an enum like:
  enum Maxs {
    MAX_A = 8;
    MAX_B = 8;
  }

What is the expected output? What do you see instead?
This works for the standard Protogen, but not for your implementation.  Should 
be able to set enum values to any integer and allow duplicates.

What version of the product are you using? On what operating system?
1.04M, host Windows XP

Please provide any additional information below.

Original issue reported on code.google.com by alan.joh...@gd-ais.com on 29 Aug 2013 at 4:58