berezovskyi/protobuf-embedded-c

enum place

Closed this issue · 2 comments

What steps will reproduce the problem?
1.
2.
3.

What is the expected output? What do you see instead?


What version of the product are you using? On what operating system?


Please provide any additional information below.
enum define in .proto should be define in head of .h  please,
and add 
#ifndef __XX_H__
#define __XX_H__
#endif

please.thx!

Original issue reported on code.google.com by H.bo...@gmail.com on 10 Aug 2012 at 1:03

  • Merged into: #11
Yes, I agree with you. Sometimes, it is not compiling because an enumeration 
may be defined below the structure that is using it.

Original comment by Julien.P...@gmail.com on 15 Jan 2013 at 4:31

Issue 14 is already included in Issue 11.

Original comment by nvp...@gmail.com on 23 Jan 2013 at 8:32

  • Changed state: Duplicate