Skip to content

Improve macro defined constants to recognize #define CONSTANT ((int) 1) #316

Open
@azerupi

Description

@azerupi

In the header files I am trying to make bindings for, some constants are defined like this:

#define kOfxStatFailed  ((int)1)
#define kOfxStatErrFatal ((int)2)
// ...

Can this pattern be supported? Maybe I can attempt to add this if I get some guidance :)

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions