diff options
author | Tobias Klauser <tklauser@distanz.ch> | 2017-05-12 18:17:34 +0200 |
---|---|---|
committer | Tobias Klauser <tklauser@distanz.ch> | 2017-05-12 18:17:34 +0200 |
commit | 5ca91a807a81db233e1b4443ea227bb1d0a7868f (patch) | |
tree | 18cd30523ef407fd544f264d5ad2081a24694321 /trafgen_parser.y | |
parent | b118a01871cfb26c0f537889da2a35c6b2ca7f3d (diff) |
trafgen: 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 <tklauser@distanz.ch>
Diffstat (limited to 'trafgen_parser.y')
-rw-r--r-- | trafgen_parser.y | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/trafgen_parser.y b/trafgen_parser.y index 5281bf6..40cd311 100644 --- a/trafgen_parser.y +++ b/trafgen_parser.y @@ -43,9 +43,7 @@ #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); |