benmargolin / protobuf-embedded-c

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

Typo in c++ ifdef in generated header file #38

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Build a proto file.
2.
3.

What is the expected output? What do you see instead?
Expected: Compilable header referencing __cplusplus.
Actual: Typo in final reference; missing underscore: _cplusplus.

What version of the product are you using? On what operating system?
Version 0.2 running under SMX RTOS targeted to ColdFire microprocessor.

Please provide any additional information below.

Original issue reported on code.google.com by suzie.ec...@gmail.com on 3 May 2013 at 8:12

GoogleCodeExporter commented 9 years ago
1.0M3

Original comment by suzie.ec...@gmail.com on 3 May 2013 at 8:15

GoogleCodeExporter commented 9 years ago
[deleted comment]
GoogleCodeExporter commented 9 years ago
Comparable problem as in issue 29.

Original comment by magnet...@gmail.com on 13 May 2013 at 4:52

GoogleCodeExporter commented 9 years ago
Fixed this issue. Thank you for signalising this issue.

Original comment by nvp...@gmail.com on 30 May 2013 at 12:30