summaryrefslogtreecommitdiff
path: root/parser_st.c
diff options
context:
space:
mode:
authorjinroq <[email protected]>2023-06-29 11:44:54 +0900
committerNobuyoshi Nakada <[email protected]>2023-07-01 23:16:54 +0900
commita70320b8cd2c8590fb01607cca354a9bc57dde0a ()
tree4e5e83881d71153f38f1b3a0ba3c60bae161c889 /parser_st.c
parent174dbe33cc183e48897e8819ad694b0b44642a9f (diff)
Define `NO_SANITIZE` with reference to ext/bigdecimal/missing.c
-rw-r--r--parser_st.c10
1 files changed, 10 insertions, 0 deletions
@@ -146,6 +146,16 @@ nonempty_memcpy(void *dest, const void *src, size_t n)
#undef st_locale_insensitive_strncasecmp
#define st_locale_insensitive_strncasecmp rb_parser_st_locale_insensitive_strncasecmp
#ifndef NO_SANITIZE
# define NO_SANITIZE(x, y) y
#endif