Files

19 lines
384 B
Diff
Raw Permalink Normal View History

2026-04-18 20:57:18 -07:00
--- src/fallthrough.h.orig
+++ src/fallthrough.h
@@ -8,14 +8,6 @@
#ifndef _FALLTHROUGH_H
#define _FALLTHROUGH_H
-#if defined(__GNUC__)
-#if __has_attribute(fallthrough)
-#define FALLTHROUGH __attribute__((fallthrough));
-#endif
-#endif /* __GNUC__ */
-
-#ifndef FALLTHROUGH
#define FALLTHROUGH /* FALLTHROUGH */
-#endif
-#endif /* !_FALLTHROUGH_H */
+#endif /* _FALLTHROUGH_H */