]> git.saurik.com Git - bison.git/commit - data/lalr1.java
2007-02-05 Paolo Bonzini <bonzini@gnu.org>
authorPaolo Bonzini <bonzini@gnu.org>
Mon, 5 Feb 2007 09:58:04 +0000 (09:58 +0000)
committerPaolo Bonzini <bonzini@gnu.org>
Mon, 5 Feb 2007 09:58:04 +0000 (09:58 +0000)
commit8a93f8e60ca618ab8442c79f4f5d68ab43231e63
tree668508b3cf4f7a72823ae87efad63a6b266cb09d
parent2c2b72205a56abe1d4a9be3633fc1529188b35bc
2007-02-05  Paolo Bonzini  <bonzini@gnu.org>

* data/lalr1.java (Stack): Work around old verifiers that disallow
access to the private fields of an inner class, from the outer class.
We can make Stack's fields public because user code doesn't have access
to the instance of Stack used by parse().
data/lalr1.java