2009-02-01 Vesa Jääskeläinen <chaac@nic.fi>
Based on patch on bug #25318 created by Bernhard Rosenkraenzer <bero@arklinux.org>. * normal/parser.y (script_init): Add missing semicolon.
This commit is contained in:
parent
6fa42fa65a
commit
a69ef770ff
2 changed files with 8 additions and 1 deletions
|
@ -1,3 +1,10 @@
|
||||||
|
2009-02-01 Vesa Jääskeläinen <chaac@nic.fi>
|
||||||
|
|
||||||
|
Based on patch on bug #25318 created by Bernhard Rosenkraenzer
|
||||||
|
<bero@arklinux.org>.
|
||||||
|
|
||||||
|
* normal/parser.y (script_init): Add missing semicolon.
|
||||||
|
|
||||||
2009-01-31 Colin D Bennett <colin@gibibit.com>
|
2009-01-31 Colin D Bennett <colin@gibibit.com>
|
||||||
|
|
||||||
* normal/main.c: Add include to grub/menu_viewer.h.
|
* normal/main.c: Add include to grub/menu_viewer.h.
|
||||||
|
|
|
@ -56,7 +56,7 @@
|
||||||
|
|
||||||
%%
|
%%
|
||||||
/* It should be possible to do this in a clean way... */
|
/* It should be possible to do this in a clean way... */
|
||||||
script_init: { state->err = 0} script
|
script_init: { state->err = 0; } script
|
||||||
{
|
{
|
||||||
state->parsed = $2;
|
state->parsed = $2;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue