]> git.proxmox.com Git - grub2.git/commit
2008-05-29 Pavel Roskin <proski@gnu.org>
authorproski <proski@localhost>
Fri, 30 May 2008 03:26:56 +0000 (03:26 +0000)
committerproski <proski@localhost>
Fri, 30 May 2008 03:26:56 +0000 (03:26 +0000)
commit528ad8f272bc8de6324f15b155178b144a4fec2c
tree6834ba2c30d5489db361836ae72b9ea4a1cad5c4
parent47248e08256f17ff29cdd029cf653511095886d7
2008-05-29  Pavel Roskin  <proski@gnu.org>

* include/grub/script.h: Don't include grub_script.tab.h.  It's
a generated file, which may only be included from the files with
DEPENDENCIES rules in the makefile.  Don't use typedef YYSTYPE,
use union YYSTYPE, as the later allows forward declaration.
* normal/lexer.c: Don't use typedef YYSTYPE, use union YYSTYPE.
ChangeLog
include/grub/script.h
normal/lexer.c