Skip to content

Support for #elif directive #132

Description

@dionoid

The code below doesn't show an error, but the #elif directive just seem to be ignored.

#if MODE == 1
include "file1.asm"
#elif MODE == 2
include "file2.asm"
#else
include "file3.asm"
#endif

Activity

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

Metadata

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