2024-09-14 21:26 UTC+0200 Aleksander Czajczynski (hb fki.pl)
* tests/speedtst.prg
! fix recursion bug i've made
* contrib/hbdoc/hbdoc.prg
* contrib/hbformat/utils/hbformat.prg
* contrib/hbnetio/utils/hbnetio/hbnetio.prg
* package/harbour.mft
* package/harbour.rc
* src/compiler/hbusage.c
* utils/hbi18n/hbi18n.prg
* utils/hbtest/hbtest.prg
* bumped copyright year to 2024
This commit is contained in:
@@ -745,7 +745,7 @@ return
|
||||
#ifdef __HARBOUR__
|
||||
#ifndef __XHARBOUR__
|
||||
static function spd_cpu()
|
||||
if right( hb_compiler(), len( spd_cpu() ) ) == spd_cpu()
|
||||
if right( hb_compiler(), len( hb_version( HB_VERSION_CPU ) ) ) == hb_version( HB_VERSION_CPU )
|
||||
return ""
|
||||
endif
|
||||
return hb_version( HB_VERSION_CPU )
|
||||
|
||||
Reference in New Issue
Block a user