ned14 / pcpp

A C99 preprocessor written in pure Python
Other
220 stars 41 forks source link

SyntaxWarning: 'int' object is not callable; perhaps you missed a comma? #49

Closed schra closed 4 years ago

schra commented 4 years ago
$ wget https://raw.githubusercontent.com/bminor/glibc/glibc-2.32/include/sys/cdefs.h
$ pcpp --passthru-unfound-includes cdefs.h  > /dev/null
<string>:1: SyntaxWarning: 'int' object is not callable; perhaps you missed a comma?

I'm using pcpp 1.22

ned14 commented 4 years ago

Fixed! Thanks for the BR.