berezovskyi / protobuf-embedded-c

Automatically exported from code.google.com/p/protobuf-embedded-c
Apache License 2.0
46 stars 13 forks source link

Use signed datatypes to increase platform independence #1

Closed GoogleCodeExporter closed 9 years ago

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

GoogleCodeExporter commented 9 years ago

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

GoogleCodeExporter commented 9 years ago

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