# HG changeset patch
# User lbessard
# Date 1244101493 -7200
# Node ID fb240c8d1f6623d7301b1eb7615bba31b0176ab2
# Parent  231633d1d2e49d2b84a3953dd55d162f81fc854e
Bug with bison versions earlier than 2.3 fixed

diff -r 231633d1d2e4 -r fb240c8d1f66 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"