summaryrefslogtreecommitdiff
path: root/gnulib/import/mbrtowc.c
diff options
context:
space:
mode:
Diffstat (limited to 'gnulib/import/mbrtowc.c')
-rw-r--r--gnulib/import/mbrtowc.c9
1 files changed, 1 insertions, 8 deletions
diff --git a/gnulib/import/mbrtowc.c b/gnulib/import/mbrtowc.c
index 6cb52675be4..a71d3943034 100644
--- a/gnulib/import/mbrtowc.c
+++ b/gnulib/import/mbrtowc.c
@@ -50,18 +50,11 @@
# endif
+# include "attribute.h"
# include "verify.h"
# include "lc-charset-dispatch.h"
# include "mbtowc-lock.h"
-# ifndef FALLTHROUGH
-# if __GNUC__ < 7
-# define FALLTHROUGH ((void) 0)
-# else
-# define FALLTHROUGH __attribute__ ((__fallthrough__))
-# endif
-# endif
-
verify (sizeof (mbstate_t) >= 4);
static char internal_state[4];