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

fix macro parameter replacement #709

Merged
merged 1 commit into from
Dec 13, 2015
Merged

fix macro parameter replacement #709

merged 1 commit into from
Dec 13, 2015

Conversation

guwirth
Copy link
Collaborator

@guwirth guwirth commented Dec 12, 2015

#define SC_METHOD(func) declare_method_process( func ## _handle, #func, func )
SC_METHOD(test); // declare_method_process( test_handle, "test", test );

close #705

@guwirth guwirth added the bug label Dec 12, 2015
@guwirth guwirth added this to the M 0.9.5 milestone Dec 12, 2015
@guwirth guwirth self-assigned this Dec 12, 2015
#define SC_METHOD(func) declare_method_process( func ## _handle, #func, func )
SC_METHOD(test); // declare_method_process( test_handle, "test", test );

close #705
guwirth added a commit that referenced this pull request Dec 13, 2015
@guwirth guwirth merged commit e0900ea into SonarOpenCommunity:master Dec 13, 2015
@guwirth guwirth deleted the bugfix/705-stringify branch April 3, 2016 12:58
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Development

Successfully merging this pull request may close these issues.

parser error during marco resolving
1 participant