UndefVarError
when encountering #define
used to rename function
#468
Labels
UndefVarError
when encountering #define
used to rename function
#468
It's not uncommon for C libraries to use
#define
to rename a function:but this will generate an invalid
const
definition:It seems like
Clang.jl
needs to keep track of the identifiers here maybe?The text was updated successfully, but these errors were encountered: