diff options
| author | Nobuyoshi Nakada <nobu@ruby-lang.org> | 2024-06-09 17:34:37 +0900 |
|---|---|---|
| committer | Nobuyoshi Nakada <nobu@ruby-lang.org> | 2024-06-09 17:34:37 +0900 |
| commit | c357138aa3e32702074847cd6154ee964e644db7 (patch) | |
| tree | 6299455d29da8eed9f98ee72ac4b25eb4fcddbc7 | |
| parent | 906a86e4de71061dca0558a6bd6e0b355776dfb1 (diff) | |
Use `PRISM_EXPORTED_FUNCTION` consistently with the header
| -rw-r--r-- | prism/extension.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/prism/extension.c b/prism/extension.c index f692ea616c..091cac79ce 100644 --- a/prism/extension.c +++ b/prism/extension.c @@ -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. |
