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

Fixed optional comma separator in %strcat #25

Merged
merged 1 commit into from
Nov 7, 2022

Conversation

igg0
Copy link
Contributor

@igg0 igg0 commented Feb 2, 2022

Regression in commit 20e0d61.

The comma now arrives as TOKEN_COMMA rather than TOKEN_OTHER - so the optional (as mentioned in the docs) comma separators in %strcat are not allowed.

Signed-off-by: "Glücksmann, Igor" <igor.glucksmann@avast.com>
@ecm-pushbx
Copy link
Contributor

Didn't test but this should fix https://bugzilla.nasm.us/show_bug.cgi?id=3392732 that I reported in 2020 December.

@igg0
Copy link
Contributor Author

igg0 commented Feb 2, 2022

Ah, didn't see that.
Yes, that should be the same issue.

@ecm-pushbx
Copy link
Contributor

Tested building this now merged with the latest git commit 3aebb20 and it works on two Debian Linux systems.

@hpax hpax merged commit c115cf4 into netwide-assembler:master Nov 7, 2022
@hpax
Copy link
Member

hpax commented Nov 7, 2022

Merged.

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.

3 participants