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

ca65: scope created inside a macro doesn't affect files included inside it #231

Closed
tokumaru-x opened this issue Nov 14, 2015 · 2 comments
Closed

Comments

@tokumaru-x
Copy link

The contents of the included file aren't placed inside the new scope when this macro is used:

.macro IncludeHidden FilePath
    .scope
        .include FilePath
    .endscope
.endmacro
@mckaygerhard
Copy link

that since are happened, to track what changes in the code?

@ReallyNiceGuy
Copy link

After application of patch #1477 , this will result in a compilation error.
The contents of a file referenced by an .INCLUDE is processed immediately, as if it was inline on the source code, so it has no access to the argument of the macro at expansion time.

Please close the issue.

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

No branches or pull requests

4 participants