Skip to content

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

#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 self-assigned this Dec 12, 2015
@guwirth guwirth added this to the M 0.9.5 milestone Dec 12, 2015
@guwirth guwirth closed this Dec 12, 2015
@guwirth guwirth deleted the bugfix/705-stringify branch December 12, 2015 22:52
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

2 participants