mrh1997 / headlock

An adapter for making C code testable from Python (see https://headlock.readthedocs.io/en/latest)
MIT License
3 stars 0 forks source link

Integer literals with postfix does not work in Macros #2

Closed mrh1997 closed 6 years ago

mrh1997 commented 6 years ago

#define MACRO 123u

does not work due to the 'u' at the end of the integer literal