Files
nanopb/tests
Steffen Siering cc29958d34 Fix STATIC_ASSERT macro when using multiple .proto files.
The __COUNTER__ macro (used for generating unique names) is at least supported
by gcc, clang and Visual Studio. With this change test_compiles.c is
compilable, since no more typedefs are redefined.

Compilers/Preprocessors not supporting __COUNTER__ error's are still possible
which are hopfully handled by the usage of __LINE__ in most sittuations.

Added unit test for the problem.
2012-11-16 09:24:39 +02:00
..
2011-08-17 19:03:06 +00:00
2011-07-25 20:42:48 +00:00
2011-08-23 18:50:09 +00:00
2011-08-10 17:54:15 +00:00