Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Parsing ended to early in macro #281

Closed
vchuravy opened this issue Feb 17, 2021 · 0 comments
Closed

Parsing ended to early in macro #281

vchuravy opened this issue Feb 17, 2021 · 0 comments

Comments

@vchuravy
Copy link
Collaborator

#define FLUX_MATCH_ANY flux_match_init( \
    FLUX_MSGTYPE_ANY, \
    FLUX_MATCHTAG_NONE, \
    NULL \
)

ends up as

# Skipping MacroDefinition: FLUX_MATCH_ANY flux_match_init ( FLUX_MSGTYPE_ANY , FLUX_MATCHTAG_NONE , NULL \#
)

Note the single )

x-ref: flux-framework/FluxRM.jl#6

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant