summaryrefslogtreecommitdiff
path: root/prism/defines.h
diff options
context:
space:
mode:
authorAlexander Momchilov <[email protected]>2024-12-18 13:37:52 -0500
committerKevin Newton <[email protected]>2025-01-11 19:09:05 -0500
commitfa1427a63e26d24b0aca37d66af705a57d2aa2e2 ()
tree915fb6380b4d4173ab3238b1070ae3dfb388c01a /prism/defines.h
parentb0e64fcde83cb539ded429944bdabda52472fe42 (diff)
[ruby/prism] Enable implicit fall-through errors
https://.com/ruby/prism/commit/03797b84d3
-rw-r--r--prism/defines.h12
1 files changed, 12 insertions, 0 deletions
@@ -243,4 +243,16 @@
#define PRISM_UNLIKELY(x) (x)
#endif
#endif