mikevoyt / protobuf-embedded-c

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

enum place #14

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
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

GoogleCodeExporter commented 9 years ago
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

GoogleCodeExporter commented 9 years ago
Issue 14 is already included in Issue 11.

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