]> git.saurik.com Git - bison.git/commitdiff
Remove restrictions on expanding GLR stacks in C++.
authorPaul Hilfinger <Hilfinger@cs.berkeley.edu>
Thu, 29 Jul 2010 08:43:37 +0000 (01:43 -0700)
committerPaul Hilfinger <Hilfinger@cs.berkeley.edu>
Wed, 4 Aug 2010 02:52:23 +0000 (19:52 -0700)
    * data/glr.c:  Remove tests for __cplusplus related to definition of
    YYSTACKEXPANDABLE.
    * doc/bison.texinfo: Rewrite paragraph saying C++ stacks are not
    expandable to instead indicate conditions that prevent their expansion
    in C++.  Reorganize section on GLR semantic values a bit. Remove
    discussion of YYLLOC_DEFAULT. Mention restrictions to POD data.


No differences found