From b118a01871cfb26c0f537889da2a35c6b2ca7f3d Mon Sep 17 00:00:00 2001 From: Tobias Klauser Date: Fri, 12 May 2017 18:16:02 +0200 Subject: bpfc: disable NLS in the parser There is no point in having the parser show translated error messages while the rest of the program does only show them in English. Signed-off-by: Tobias Klauser --- bpf_parser.y | 2 -- 1 file changed, 2 deletions(-) (limited to 'bpf_parser.y') diff --git a/bpf_parser.y b/bpf_parser.y index 73ab099..4e50a94 100644 --- a/bpf_parser.y +++ b/bpf_parser.y @@ -38,9 +38,7 @@ static char *labels_k[BPF_MAXINSNS]; #define YYERROR_VERBOSE 0 #define YYDEBUG 0 -#define YYENABLE_NLS 1 #define YYLTYPE_IS_TRIVIAL 1 -#define ENABLE_NLS 1 extern FILE *yyin; extern int yylex(void); -- cgit v1.2.3-54-g00ecf