aboutsummaryrefslogtreecommitdiffstats
path: root/st.c
diff options
context:
space:
mode:
authorNobuyoshi Nakada <nobu@ruby-lang.org>2023-06-17 11:33:12 +0900
committerNobuyoshi Nakada <nobu@ruby-lang.org>2023-06-24 19:17:37 +0900
commitc94b5f121dae49b931349ec60da243f98c8e3d82 (patch)
tree69aff09386ed8fcc59551e770cf223ebacfb8dc4 /st.c
parent3443e43b625f4ba1821a101df9cdfd88347fbe6c (diff)
downloadruby-c94b5f121dae49b931349ec60da243f98c8e3d82.tar.gz
De-duplicate parse_st.c code from st.c
Diffstat (limited to 'st.c')
-rw-r--r--st.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/st.c b/st.c
index 2fc600760c..7d44171e97 100644
--- a/st.c
+++ b/st.c
@@ -103,7 +103,7 @@
#ifdef NOT_RUBY
#include "regint.h"
#include "st.h"
-#else
+#elif defined RUBY_EXPORT
#include "internal.h"
#include "internal/bits.h"
#include "internal/hash.h"