What steps will reproduce the problem?
1. Use nested messages as in provided proto-file
2. Generate c/h-files
3. see that definition of enum is after first use of enum-type in the message
struct. This generates compiler errors
What is the expected output? What do you see instead?
The enum-definition in h-file should be at beginning of the file, not in the
middle.
What version of the product are you using? On what operating system?
Using 1.0M2.jar
Please provide any additional information below.
This effect seems to be active when nested messages are used and the basic
message contains the enum.
Original issue reported on code.google.com by embed...@xyz.de on 28 Dec 2012 at 9:15
Original issue reported on code.google.com by
embed...@xyz.de
on 28 Dec 2012 at 9:15Attachments: