From 8222a04b6f2c8c4fe7200bcf0c8f4bb5c49207fe Mon Sep 17 00:00:00 2001 From: proski Date: Wed, 2 Jul 2008 01:00:37 +0000 Subject: [PATCH] 2008-07-01 Pavel Roskin * normal/parser.y: Define YYENABLE_NLS as 0 to fix warnings. --- ChangeLog | 2 ++ normal/parser.y | 1 + 2 files changed, 3 insertions(+) diff --git a/ChangeLog b/ChangeLog index 4aa1a239f..a9feb9ae4 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,7 @@ 2008-07-01 Pavel Roskin + * normal/parser.y: Define YYENABLE_NLS as 0 to fix warnings. + * term/tparm.c (analyze): Always set *popcount. * loader/i386/pc/linux.c (grub_rescue_cmd_linux): Remove useless diff --git a/normal/parser.y b/normal/parser.y index ad0b5f756..4afd0c729 100644 --- a/normal/parser.y +++ b/normal/parser.y @@ -24,6 +24,7 @@ #define YYFREE grub_free #define YYMALLOC grub_malloc #define YYLTYPE_IS_TRIVIAL 0 +#define YYENABLE_NLS 0 %}