From b0b8b008b134fa2e7c64e9286197e644014c6ec1 Mon Sep 17 00:00:00 2001 From: Ryszard Glab Date: Fri, 29 Sep 2006 09:47:07 +0000 Subject: [PATCH] 2006-09-29 11:20 UTC+0100 Ryszard Glab * tests/Makefile + added omacro.prg and varparam.prg * ChangeLog * fixed date in previous commit --- harbour/ChangeLog | 8 +++++++- harbour/tests/Makefile | 2 ++ 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/harbour/ChangeLog b/harbour/ChangeLog index 81d8a5f4e4..db3430a193 100644 --- a/harbour/ChangeLog +++ b/harbour/ChangeLog @@ -8,7 +8,13 @@ 2002-12-01 13:30 UTC+0100 Foo Bar */ -2006-09-28 11:10 UTC+0100 Ryszard Glab + * fixed warning message when object variable reference is + generated using macro compiler without '_' as prefix. + +2006-09-29 21:05 UTC+0200 Przemyslaw Czerpak (druzus/at/priv.onet.pl) + * harbour/contrib/rdd_ads/ads1.c + * harbour/contrib/rdd_ads/adsfunc.c + * synced with Brian fixes in xHarbour * harbour/source/rdd/workarea.c * minor modification diff --git a/harbour/tests/Makefile b/harbour/tests/Makefile index c015d0444f..e043dd87db 100644 --- a/harbour/tests/Makefile +++ b/harbour/tests/Makefile @@ -91,6 +91,7 @@ PRG_SOURCES=\ multiarg.prg \ nums.prg \ objects.prg \ + omacro.prg \ onidle.prg \ os.prg \ output.prg \ @@ -143,6 +144,7 @@ PRG_SOURCES=\ tstcolor.prg \ tstdbi.prg \ tstdspac.prg \ + varparam.prg \ version.prg \ vmasort.prg \ while.prg \