* gettext-tools/src/x-lua.c: Include attribute.h.
(phase2_getc, phase3_get): Use FALLTHROUGH macro.
#include <stdio.h>
#include <stdlib.h>
+#include "attribute.h"
#include "message.h"
#include "rc-str-list.h"
#include "xgettext.h"
comment_line_end (1);
comment_start ();
lineno = line_number;
- /* Intentionally not breaking. */
-
+ FALLTHROUGH;
default:
right_bracket = false;
}
case '\n':
if (last_non_comment_line > last_comment_line)
savable_comment_reset ();
- /* Intentionally not breaking. */
+ FALLTHROUGH;
case ' ':
case '\t':
case '\f':