diff options
author | Alexander Momchilov <[email protected]> | 2024-12-18 13:37:52 -0500 |
---|---|---|
committer | Kevin Newton <[email protected]> | 2025-01-11 19:09:05 -0500 |
commit | fa1427a63e26d24b0aca37d66af705a57d2aa2e2 () | |
tree | 915fb6380b4d4173ab3238b1070ae3dfb388c01a /prism/defines.h | |
parent | b0e64fcde83cb539ded429944bdabda52472fe42 (diff) |
[ruby/prism] Enable implicit fall-through errors
https://.com/ruby/prism/commit/03797b84d3
-rw-r--r-- | prism/defines.h | 12 |
1 files changed, 12 insertions, 0 deletions
@@ -243,4 +243,16 @@ #define PRISM_UNLIKELY(x) (x) #endif #endif |