# HG changeset patch # User Mario de Sousa # Date 1374237095 -3600 # Node ID c95f42f28b69da584fe58f851dd6358476d2ee23 # Parent a98a4dad904a259fa481d440822172d153a155e7 Declare that YYLSTYPE is not the default trivial datatype used by bison. (was causing compile errors in bison ver >= 2.7) diff -r a98a4dad904a -r c95f42f28b69 stage1_2/iec_bison.yy --- a/stage1_2/iec_bison.yy Thu Apr 04 18:55:20 2013 +0100 +++ b/stage1_2/iec_bison.yy Fri Jul 19 13:31:35 2013 +0100 @@ -276,7 +276,7 @@ long int last_order; } YYLTYPE; #define YYLTYPE_IS_DECLARED 1 -#define YYLTYPE_IS_TRIVIAL 1 +#define YYLTYPE_IS_TRIVIAL 0 #endif }