Use PRISM_EXPORTED_FUNCTION consistently with the header

This commit is contained in:
Nobuyoshi Nakada 2024-06-09 17:34:37 +09:00
parent 906a86e4de
commit c357138aa3
No known key found for this signature in database
GPG Key ID: 3582D74E1FEE4465

View File

@ -1096,7 +1096,7 @@ parse_file_failure_p(int argc, VALUE *argv, VALUE self) {
/**
* The init function that Ruby calls when loading this extension.
*/
RUBY_FUNC_EXPORTED void
PRISM_EXPORTED_FUNCTION void
Init_prism(void) {
// Make sure that the prism library version matches the expected version.
// Otherwise something was compiled incorrectly.