]> git.ipfire.org Git - thirdparty/grub.git/commitdiff
2008-07-01 Pavel Roskin <proski@gnu.org>
authorproski <proski@localhost>
Wed, 2 Jul 2008 01:00:37 +0000 (01:00 +0000)
committerproski <proski@localhost>
Wed, 2 Jul 2008 01:00:37 +0000 (01:00 +0000)
* normal/parser.y: Define YYENABLE_NLS as 0 to fix warnings.

ChangeLog
normal/parser.y

index 4aa1a239f512cac1efc9cb8f4ec002a617399e6b..a9feb9ae468d6c24ba74e63914873e0f04de78c2 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,7 @@
 2008-07-01  Pavel Roskin  <proski@gnu.org>
 
+       * 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
index ad0b5f7560ecf5c241434b31e9d345cc42bf2195..4afd0c729c20274ca9b375ee42e742625feddcaf 100644 (file)
@@ -24,6 +24,7 @@
 #define YYFREE         grub_free
 #define YYMALLOC       grub_malloc
 #define YYLTYPE_IS_TRIVIAL      0
+#define YYENABLE_NLS   0
 
 %}