Skip to content

Commit c357138

Browse files
committed
Use PRISM_EXPORTED_FUNCTION consistently with the header
1 parent 906a86e commit c357138

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

prism/extension.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1096,7 +1096,7 @@ parse_file_failure_p(int argc, VALUE *argv, VALUE self) {
10961096
/**
10971097
* The init function that Ruby calls when loading this extension.
10981098
*/
1099-
RUBY_FUNC_EXPORTED void
1099+
PRISM_EXPORTED_FUNCTION void
11001100
Init_prism(void) {
11011101
// Make sure that the prism library version matches the expected version.
11021102
// Otherwise something was compiled incorrectly.

0 commit comments

Comments
 (0)