diff --git a/harbour/ChangeLog b/harbour/ChangeLog index 25ed92feae..c1c6cb0a5c 100644 --- a/harbour/ChangeLog +++ b/harbour/ChangeLog @@ -8,6 +8,10 @@ 2002-12-01 23:12 UTC+0100 Foo Bar */ * source/rtl/saverest.c + * include/hbapi.h + * source/vm/extend.c + * hb_retcconst() and hb_retcbuffer() renamed into + instructions. 2002-01-29 10:00 UTC+0100 Antonio Linares diff --git a/harbour/source/vm/hvm.c b/harbour/source/vm/hvm.c index 1cc23268bc..3c831a2c6e 100644 --- a/harbour/source/vm/hvm.c +++ b/harbour/source/vm/hvm.c @@ -3831,7 +3831,6 @@ void hb_vmPushString( char * szText, ULONG length ) void hb_vmPushStringPcode( char * szText, ULONG length ) { - char * szTemp; PHB_ITEM pStackTopItem = hb_stackTopItem(); HB_TRACE(HB_TR_DEBUG, ("hb_vmPushStringPcode(%s, %lu)", szText, length)); @@ -4856,4 +4855,4 @@ HB_FUNC( __OPGETPRF ) /* profiler: It returns an array with an opcode called and hb_stornl( hb_ulOpcodesCalls[ ulOpcode ], -1, 1 ); hb_stornl( hb_ulOpcodesTime[ ulOpcode ], -1, 2 ); } -} \ No newline at end of file +}