From 62b0ae14a01f89d1c3c8b32ba202a99a41db234f Mon Sep 17 00:00:00 2001 From: Teo Fonrouge Date: Tue, 4 Nov 2008 22:26:46 +0000 Subject: [PATCH] 2008-11-04 15:54 UTC-0600 Teo Fonrouge (teo/at/windtelsoft/dot/com) * source/vm/fm.c * removed unneeded HB_FUNC( MEMORY ), now in fmhb.c --- harbour/ChangeLog | 4 ++++ harbour/source/vm/fm.c | 5 ----- 2 files changed, 4 insertions(+), 5 deletions(-) diff --git a/harbour/ChangeLog b/harbour/ChangeLog index 36b9da8225..5799cfe5be 100644 --- a/harbour/ChangeLog +++ b/harbour/ChangeLog @@ -8,6 +8,10 @@ 2008-12-31 13:59 UTC+0100 Foo Bar (foo.bar foobar.org) */ +2008-11-04 15:54 UTC-0600 Teo Fonrouge (teo/at/windtelsoft/dot/com) + * source/vm/fm.c + * removed unneeded HB_FUNC( MEMORY ), now in fmhb.c + 2008-11-04 23:03 UTC+0200 Viktor Szakats (harbour.01 syenar hu) * common.mak * source/vm/Makefile diff --git a/harbour/source/vm/fm.c b/harbour/source/vm/fm.c index ea410f1ca1..b0b6c98f6a 100644 --- a/harbour/source/vm/fm.c +++ b/harbour/source/vm/fm.c @@ -1037,11 +1037,6 @@ ULONG hb_xquery( USHORT uiMode ) return ulResult; } -HB_FUNC( MEMORY ) -{ - hb_retnint( hb_xquery( ( USHORT ) hb_parni( 1 ) ) ); -} - #ifdef HB_FM_STATISTICS HB_FUNC( HB_FM_STAT ) {} #else