ports/devel/fhist/files/patch-common_sub_expr__gram.y
Fernando Apesteguía 5f08222331 devel/fhist: and fix bison issues and change maintership
* Retrofitted Yacc grammars to handle bison 3.6.X
 * Submitter takes maintainership

Submitted by:	aryeh.friedman@gmail.com
2020-06-26 10:34:36 +00:00

10 lines
255 B
Text

--- common/sub/expr_gram.y.orig 2012-07-13 04:47:15 UTC
+++ common/sub/expr_gram.y
@@ -16,6 +16,7 @@
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
+%define api.prefix {sub_expr_gram_}
%{
#include <common/ac/stdarg.h>