diff --git a/harbour/ChangeLog b/harbour/ChangeLog index 673c733636..4ffa9aab4f 100644 --- a/harbour/ChangeLog +++ b/harbour/ChangeLog @@ -8,6 +8,10 @@ 2002-12-01 13:30 UTC+0100 Foo Bar */ + YYSTYPE using hack in a lexer but it will force really huge number + modifications in existing bison rules so probably it will be much + easier to fix bison or write a small tool to update generated parser. + * other modifications - the total size of patch is nearly 1MB and detail description will have to take me few days. 2006-11-21 14:35 UTC+0100 Przemyslaw Czerpak (druzus/at/priv.onet.pl) diff --git a/harbour/common.mak b/harbour/common.mak index 2890f711c9..0793657ea4 100644 --- a/harbour/common.mak +++ b/harbour/common.mak @@ -736,6 +736,7 @@ HARBOUR_EXE_OBJS = \ $(OBJ_DIR)\harboury.obj \ $(OBJ_DIR)\complex.obj \ $(OBJ_DIR)\cmdcheck.obj \ + $(OBJ_DIR)\hbcomp.obj \ $(OBJ_DIR)\hbdead.obj \ $(OBJ_DIR)\hbstripl.obj \ $(OBJ_DIR)\hbusage.obj \