mirror of
https://git.savannah.gnu.org/git/bison.git
synced 2026-03-19 01:03:04 +00:00
build: fix syntax-check issues
* cfg.mk: We do want to gettextize the examples. * po/POTFILES.in: Adjust.
This commit is contained in:
2
cfg.mk
2
cfg.mk
@@ -156,7 +156,7 @@ exclude = \
|
|||||||
$(call exclude, \
|
$(call exclude, \
|
||||||
bindtextdomain=^lib/main.c$$ \
|
bindtextdomain=^lib/main.c$$ \
|
||||||
cast_of_argument_to_free=^src/muscle-tab.c$$ \
|
cast_of_argument_to_free=^src/muscle-tab.c$$ \
|
||||||
po_check=^(examples|tests)/|(^po/POTFILES.in|.md)$$ \
|
po_check=^tests|(^po/POTFILES.in|.md)$$ \
|
||||||
preprocessor_indentation=^data/|^lib/|^src/parse-gram.[ch]$$ \
|
preprocessor_indentation=^data/|^lib/|^src/parse-gram.[ch]$$ \
|
||||||
program_name=^lib/main.c$$ \
|
program_name=^lib/main.c$$ \
|
||||||
prohibit_always-defined_macros=^data/skeletons/yacc.c$$ \
|
prohibit_always-defined_macros=^data/skeletons/yacc.c$$ \
|
||||||
|
|||||||
@@ -1,4 +1,5 @@
|
|||||||
examples/c/bistromathic/parse.y
|
examples/c/bistromathic/parse.y
|
||||||
|
examples/java/calc/Calc.y
|
||||||
src/complain.c
|
src/complain.c
|
||||||
src/conflicts.c
|
src/conflicts.c
|
||||||
src/files.c
|
src/files.c
|
||||||
|
|||||||
@@ -27,6 +27,9 @@
|
|||||||
strings to gettextize by hand.
|
strings to gettextize by hand.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
// Please syntax-check.
|
||||||
|
#include <config.h>
|
||||||
|
|
||||||
static const char *const msgid[] =
|
static const char *const msgid[] =
|
||||||
{
|
{
|
||||||
N_("end of file"),
|
N_("end of file"),
|
||||||
|
|||||||
Reference in New Issue
Block a user