Skip to content

Remove unused code that prevented compilation#16

Open
ReallyNiceGuy wants to merge 1 commit intoAcheronVM:masterfrom
ReallyNiceGuy:master
Open

Remove unused code that prevented compilation#16
ReallyNiceGuy wants to merge 1 commit intoAcheronVM:masterfrom
ReallyNiceGuy:master

Conversation

@ReallyNiceGuy
Copy link

Using .include inside a macro resolves the included file at definition time.
The removed code was assuming (correctly for an older version of ca65), that the include was being resolved at usage time.
As this code now breaks compilation, it must be removed. It wasn't being used anyways.

@AcheronVM
Copy link
Owner

Ah, I had been using a locally modified version of the cc65 suite, so I hadn't noticed if the mainline one changed incompatibly. I'll check it out and merge this in soon. Thanks!

@ReallyNiceGuy
Copy link
Author

If you need anything else, let me know.

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

Successfully merging this pull request may close these issues.

2 participants

Comments