berezovskyi/protobuf-embedded-c

Use signed datatypes to increase platform independence

Closed this issue · 2 comments

Some datatypes like "char" should be changed to "signed char" to further 
increase the platform independence of the generated C code.

Thanks for this feature request to Xiao Li who additionally sent a patch, so 
the generated code does also work on TI MSP430F5438 platform.

Original issue reported on code.google.com by wolfgang.schwitzer on 21 Sep 2011 at 11:47

Original comment by wolfgang.schwitzer on 30 Sep 2011 at 11:49

  • Added labels: Milestone-1.0M2
  • Removed labels: 1.0M2

Original comment by nvp...@gmail.com on 12 Oct 2011 at 8:01

  • Changed state: Fixed