simonAndre / protobuf-embedded-c

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

Comments format #24

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Compiling the .c generated by protobuf-embedded-c without any additional 
compiling flag.
2.
3.

What is the expected output? What do you see instead?
It can't compile because the comments are using "// //" syntax instead of "/* 
*/". By adding a compilation flag, it can be corrected. But it is better to use 
"/* */" for every single comment.

What version of the product are you using? On what operating system?
1.0M2 and VxWorks.

Please provide any additional information below.

Original issue reported on code.google.com by Julien.P...@gmail.com on 15 Jan 2013 at 4:35

GoogleCodeExporter commented 9 years ago
Will fix this for the following Milestone 1.0M3

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

GoogleCodeExporter commented 9 years ago
This issue was closed by revision r58.

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