FazBrowse GitHub Viewer | Trending |
URL:
| Home
Tools: [Download Repo ZIP]   [Original HTTPS Page]

Vala: error on `#if` macros · Issue #2858 · pygments/pygments · GitHub

Vala: error on #if macros #2858

Description

int main (string[] args) {
   #if COND
     message ("COND IS DEFINED");
   #else
     message ("COND IS NOT DEFINED");
   #endif
     return 0;
   }

Errors on # symbols in https://pygments.org/demo/

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


    Back | FazBrowse Home | New Git URL