Skip to content

-U incorrectly undefines source-level define #387

Description

@firewave
#define DEF_1

void f()
{
#ifdef DEF_1
    int i;
#endif
}
$ ./simplecpp -UDEF_1 test.cpp


void f ( )
{



}

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions