Skip to content

Commit 170308e

Browse files
eregonhsbt
authored andcommitted
Fix -Wundef warnings for HAVE_RB_EXT_RACTOR_SAFE
* See [Feature #17752]
1 parent c30bd4c commit 170308e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

ext/racc/cparse/cparse.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -819,7 +819,7 @@ reduce0(RB_BLOCK_CALL_FUNC_ARGLIST(_, data))
819819
void
820820
Init_cparse(void)
821821
{
822-
#if HAVE_RB_EXT_RACTOR_SAFE
822+
#ifdef HAVE_RB_EXT_RACTOR_SAFE
823823
rb_ext_ractor_safe(true);
824824
#endif
825825

0 commit comments

Comments
 (0)