diff --git a/harbour/ChangeLog b/harbour/ChangeLog index 522a30669f..af70a36ae6 100644 --- a/harbour/ChangeLog +++ b/harbour/ChangeLog @@ -8,6 +8,10 @@ 2002-12-01 13:30 UTC+0100 Foo Bar */ +2007-10-04 13:15 UTC+0200 Przemyslaw Czerpak (druzus/at/priv.onet.pl) + * harbour/tests/multifnc/t0.prg + * show information about Harbour version and used C compiler + 2007-10-04 12:36 UTC+0200 Przemyslaw Czerpak (druzus/at/priv.onet.pl) * harbour/source/vm/hvm.c ! removed one call to hb_vmRequestRestore() left by mistake diff --git a/harbour/tests/multifnc/t0.prg b/harbour/tests/multifnc/t0.prg index c33124d614..bbb132a834 100644 --- a/harbour/tests/multifnc/t0.prg +++ b/harbour/tests/multifnc/t0.prg @@ -1,4 +1,6 @@ proc main() +? OS(), VERSION(), DATE(), TIME() +? HB_COMPILER() __NONOALERT() ? "main", procfile("main"), procfile(@main()) ? "alert", procfile("alert"), procfile(@alert()), alert()