2008-07-01 Pavel Roskin <proski@gnu.org>
* normal/parser.y: Define YYENABLE_NLS as 0 to fix warnings.
This commit is contained in:
parent
6a42d99dd5
commit
8222a04b6f
2 changed files with 3 additions and 0 deletions
|
@ -1,5 +1,7 @@
|
||||||
2008-07-01 Pavel Roskin <proski@gnu.org>
|
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.
|
* term/tparm.c (analyze): Always set *popcount.
|
||||||
|
|
||||||
* loader/i386/pc/linux.c (grub_rescue_cmd_linux): Remove useless
|
* loader/i386/pc/linux.c (grub_rescue_cmd_linux): Remove useless
|
||||||
|
|
|
@ -24,6 +24,7 @@
|
||||||
#define YYFREE grub_free
|
#define YYFREE grub_free
|
||||||
#define YYMALLOC grub_malloc
|
#define YYMALLOC grub_malloc
|
||||||
#define YYLTYPE_IS_TRIVIAL 0
|
#define YYLTYPE_IS_TRIVIAL 0
|
||||||
|
#define YYENABLE_NLS 0
|
||||||
|
|
||||||
%}
|
%}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue