diff --git a/harbour/ChangeLog b/harbour/ChangeLog index 82d6f70e9a..92ba704da2 100644 --- a/harbour/ChangeLog +++ b/harbour/ChangeLog @@ -8,6 +8,10 @@ 2002-12-01 13:30 UTC+0100 Foo Bar */ + * harbour/tests/clsscope.prg + - removed some unnecessary definitions + +2006-09-18 02:00 UTC+0200 Przemyslaw Czerpak (druzus/at/priv.onet.pl) * harbour/source/vm/classes.c + added hb_clsRealMethodName() function which I'm using in some test code diff --git a/harbour/tests/testrpt.prg b/harbour/tests/testrpt.prg index 71234f6137..56e333ce93 100644 --- a/harbour/tests/testrpt.prg +++ b/harbour/tests/testrpt.prg @@ -2,7 +2,7 @@ * $Id$ */ -FUNCTION() MAIN +FUNCTION MAIN() USE test New