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

Macro parameter resolution does not work when param is embraced #1

Closed mrh1997 closed 5 years ago

mrh1997 commented 6 years ago

the following define does not work when being evaluated

#define MACRONAME(param) 1 + (param)

mrh1997 commented 6 years ago

fixed