diff --git a/harbour/ChangeLog b/harbour/ChangeLog index 5bd955e5f2..f3379cf14e 100644 --- a/harbour/ChangeLog +++ b/harbour/ChangeLog @@ -8,6 +8,13 @@ 2002-12-01 13:30 UTC+0100 Foo Bar */ + ! replaced direct access to HB_ITEM body by API function calls + +2006-11-09 22:00 UTC+0100 Marek Paliwoda (mpaliwoda at interia pl) + * harbour/include/hbstack.h + * Added HB_EXPORT to hb_stackReturnItem() + +2006-11-09 14:00 UTC+0100 Marek Paliwoda (mpaliwoda at interia pl) - harbour/utils/hbpp/hbpptable.c + harbour/utils/hbpp/hbpptbl.c * harbour/utils/hbpp/Makefile diff --git a/harbour/common.mak b/harbour/common.mak index 25a2225520..e7acc481e3 100644 --- a/harbour/common.mak +++ b/harbour/common.mak @@ -759,7 +759,7 @@ HARBOUR_EXE_OBJS = \ HBPP_EXE_OBJS = \ $(OBJ_DIR)\hbpp.obj \ - $(OBJ_DIR)\hbpptable.obj\ + $(OBJ_DIR)\hbpptbl.obj \ $(OBJ_DIR)\hbppcomp.obj \ $(OBJ_DIR)\hbppcore.obj \ $(OBJ_DIR)\pragma.obj \ diff --git a/harbour/utils/hbpp/Makefile b/harbour/utils/hbpp/Makefile index 6924dd12c1..6e8639a4a4 100644 --- a/harbour/utils/hbpp/Makefile +++ b/harbour/utils/hbpp/Makefile @@ -5,10 +5,10 @@ ROOT = ../../ C_SOURCES=\ - ppcore.c \ - ppcomp.c \ - pptable.c \ - pragma.c \ + hbppcore.c \ + hbppcomp.c \ + hbpptbl.c \ + pragma.c \ C_MAIN=hbpp.c diff --git a/harbour/utils/hbpp/hbpptable.c b/harbour/utils/hbpp/hbpptbl.c similarity index 100% rename from harbour/utils/hbpp/hbpptable.c rename to harbour/utils/hbpp/hbpptbl.c