From bc5b34f0886ef1838efc107e57c24ca3726b8e90 Mon Sep 17 00:00:00 2001 From: Przemyslaw Czerpak Date: Thu, 4 Oct 2007 11:15:14 +0000 Subject: [PATCH] 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 --- harbour/ChangeLog | 4 ++++ harbour/tests/multifnc/t0.prg | 2 ++ 2 files changed, 6 insertions(+) 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()