You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
2021-03
Both compiler's Predefined Macros and standard's Preprocessor Macros handling works for string values.
But predef macros for INTEGER_LITERAL do NOT work.
From MACRO_DEFINITION
2021-03
Both compiler's Predefined Macros and standard's Preprocessor Macros handling works for string values.
But predef macros for INTEGER_LITERAL do NOT work.
From MACRO_DEFINITION
See https://github.com/trolldbois/ctypeslib/ctypeslib/codegen/cursorhandler.py#L451 in literal_handling.
No tokens are available for INTEGER_LITERAL.
Where we just use spelling for STRING_LITERAL
The text was updated successfully, but these errors were encountered: