-
Notifications
You must be signed in to change notification settings - Fork 8
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
Rebase over SDCC r11930 #16
base: master
Are you sure you want to change the base?
Conversation
@aviallon For future reference: the process I used to import changes relatively cleanly:
A simpler formatter would be nice, but I used what I had on hand
|
Ignoring the changelog, this is +16328 -9249, which should be much easier to review than the last attempt, but still might be better split into pieces. |
This is very neat ! Thanks ! |
I'm happy you find the time to work on this... Do you think that this new codebase would support c99 ? (At least variable declarations not at the beginning of a context) |
It already did! :P It supports more of C99 now, but it already supported a good chunk with |
Unfortunately, it didn't for this particular feature. |
c641c01
to
4c76ca8
Compare
No description provided.