2008-05-29 Pavel Roskin <proski@gnu.org>
commitd219e30ba4d2b5795cd6af879e1cf5960c081567
authorproski <proski@d0de0278-0dc1-4c01-8a07-af38b3205e46>
Fri, 30 May 2008 03:26:56 +0000 (30 03:26 +0000)
committerproski <proski@d0de0278-0dc1-4c01-8a07-af38b3205e46>
Fri, 30 May 2008 03:26:56 +0000 (30 03:26 +0000)
tree9aecb3b7b200b979fdb747402d9e2574d9307dab
parent0419b5b1b0eef423548eee64725cada3e884b180
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.

git-svn-id: svn+ssh://svn.savannah.gnu.org/grub/trunk/grub2@1594 d0de0278-0dc1-4c01-8a07-af38b3205e46
ChangeLog
include/grub/script.h
normal/lexer.c