From: Paul Hilfinger Date: Thu, 29 Jul 2010 08:43:37 +0000 (-0700) Subject: Remove restrictions on expanding GLR stacks in C++. X-Git-Tag: v2.7.90~666 X-Git-Url: https://git.saurik.com/bison.git/commitdiff_plain/20be2f9227151063a9e201bc3aad93362a0cebbc?hp=20be2f9227151063a9e201bc3aad93362a0cebbc Remove restrictions on expanding GLR stacks in C++. * 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. ---