Bug with bison versions earlier than 2.3 fixed
authorlbessard
Thu, 04 Jun 2009 09:44:53 +0200
changeset 183 fb240c8d1f66
parent 182 231633d1d2e4
child 184 16495e10f69a
Bug with bison versions earlier than 2.3 fixed
stage1_2/iec.y
--- a/stage1_2/iec.y	Mon Jun 01 21:11:12 2009 +0200
+++ b/stage1_2/iec.y	Thu Jun 04 09:44:53 2009 +0200
@@ -77,7 +77,7 @@
 #include "../absyntax/absyntax.hh"
 
 /* file with declaration of token constants. Generated by bison! */
-// #include "iec.y.hh"
+#include "iec.y.hh"
 
 /* The interface through which bison and flex interact. */
 #include "stage1_2_priv.hh"