2008-07-01 Pavel Roskin <proski@gnu.org>

* normal/parser.y: Define YYENABLE_NLS as 0 to fix warnings.
This commit is contained in:
proski 2008-07-02 01:00:37 +00:00
parent 6a42d99dd5
commit 8222a04b6f
2 changed files with 3 additions and 0 deletions

View file

@ -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

View file

@ -24,6 +24,7 @@
#define YYFREE grub_free
#define YYMALLOC grub_malloc
#define YYLTYPE_IS_TRIVIAL 0
#define YYENABLE_NLS 0
%}