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
This commit is contained in:
@@ -8,6 +8,10 @@
|
||||
2002-12-01 13:30 UTC+0100 Foo Bar <foo.bar@foobar.org>
|
||||
*/
|
||||
|
||||
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
|
||||
|
||||
@@ -1,4 +1,6 @@
|
||||
proc main()
|
||||
? OS(), VERSION(), DATE(), TIME()
|
||||
? HB_COMPILER()
|
||||
__NONOALERT()
|
||||
? "main", procfile("main"), procfile(@main())
|
||||
? "alert", procfile("alert"), procfile(@alert()), alert()
|
||||
|
||||
Reference in New Issue
Block a user