De-duplicate parse_st.c code from st.c

This commit is contained in:
Nobuyoshi Nakada 2023-06-17 11:33:12 +09:00
parent 3443e43b62
commit c94b5f121d
Notes: git 2023-06-24 10:17:55 +00:00
4 changed files with 8 additions and 2022 deletions

2
st.c
View file

@ -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"