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:
Aleksander Czajczynski
2024-09-14 21:26:30 +02:00
parent 26849d3292
commit 1044334a0d
9 changed files with 22 additions and 8 deletions

View File

@@ -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 )