Skip to content
This repository was archived by the owner on Jun 27, 2018. It is now read-only.

#define not workin #227

@orlof

Description

@orlof

I have following defines:

#define TYPE_BOOLEAN        0x0002
#define TYPE_INT            0x0004

#define TYPE_GROUP_NUMERIC          TYPE_INT + TYPE_BOOLEAN
;define TYPE_GROUP_NON_NUMERIC      0xffff - TYPE_GROUP_NUMERIC
#define TYPE_GROUP_NON_NUMERIC      0xfff9

The commented out define does not work, but produces: TYPE_GROUP_NON_NUMERIC=0xfffd

...or is it so that subtraction is not supported with defines?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions