|
Ruby 4.1.0dev (2026-05-15 revision 9b747f5ef98669d571df1b73d5318bc09e4e13fd)
|

Go to the source code of this file.
Macros | |
| #define | PRISM_FALLTHROUGH __attribute__((fallthrough)); |
| We use -Wimplicit-fallthrough to guard potentially unintended fall-through between cases of a switch. | |
| #define PRISM_FALLTHROUGH __attribute__((fallthrough)); |
We use -Wimplicit-fallthrough to guard potentially unintended fall-through between cases of a switch.
Use PRISM_FALLTHROUGH to explicitly annotate cases where the fallthrough is intentional.
Definition at line 15 of file fallthrough.h.