From 4efd603483742f356044e23595c65eaf8bd67aa2 Mon Sep 17 00:00:00 2001 From: "David G. Holm" Date: Thu, 2 Mar 2000 20:13:51 +0000 Subject: [PATCH] See ChangeLog entry 2000-03-02 15:10 GMT-5 David G. Holm --- harbour/ChangeLog | 6 ++++++ harbour/source/compiler/Makefile | 4 ++-- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/harbour/ChangeLog b/harbour/ChangeLog index c5e20b5213..3f41be47c7 100644 --- a/harbour/ChangeLog +++ b/harbour/ChangeLog @@ -1,3 +1,9 @@ +2000-03-02 15:10 GMT-5 David G. Holm + * compiler/Makefile + * macro/Makefile + ! Several include files were still using the old names + (i.e., they didn't have an "hb" prefix). + 20000302-20:44 GMT+1 Victor Szakats * contrib/rdd_ads/ads1.c ! All direct item accesses changed to Item API calls. diff --git a/harbour/source/compiler/Makefile b/harbour/source/compiler/Makefile index f3f07f9fdf..f74de9fe9b 100644 --- a/harbour/source/compiler/Makefile +++ b/harbour/source/compiler/Makefile @@ -7,9 +7,9 @@ ROOT = ../../ YACC_SOURCE=harbour.y YACC_HEADERS=\ - compiler.h \ + hbcomp.h \ hbsetup.h \ - pcode.h \ + hbpcode.h \ hbdefs.h \ hberrors.h \ hbpp.h