]> git.saurik.com Git - bison.git/commit
maint: fix bison's own header guards.
authorAkim Demaille <akim@lrde.epita.fr>
Sun, 22 Jul 2012 15:11:39 +0000 (17:11 +0200)
committerAkim Demaille <akim@lrde.epita.fr>
Sun, 22 Jul 2012 18:19:51 +0000 (20:19 +0200)
commitafa4ec917b2cf3f44022a681991c4db8e04a69d2
tree75d40d5bba455c6e369978066083fe8e1812aa17
parentc5289832f2e6d5fdbc4922b9ada473cc52e6abce
maint: fix bison's own header guards.

Because I'm using a VPATH build with an absolute srcdir, I have
GRAM__USERS_AKIM_SRC_GNU_BISON_SRC_PARSE_GRAM_H.  Before, I was using
a relative srcdir, and had GRAM_______SRC_PARSE_GRAM_H (coming from
../../).  Let it be GRAM_SRC_PARSE_GRAM_H.

* tests/bison.in: Do not depend on the value of $top_srcdir for
Bison itself.
If we were to use relative paths from .c to .y, we would not have
this problem.
tests/bison.in