Skip to content

Ignore casts when evaluating #defines #86

Open
@d3dave

Description

For example:

#define A ((unsigned long) 1)
#define B ((unsigned long) 2)
#define C (A | B)

causes A, B and C to have string values like "(A | B)" instead of the numeric values.

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions