diff --git a/harbour/ChangeLog b/harbour/ChangeLog index 527db6396e..73379e4050 100644 --- a/harbour/ChangeLog +++ b/harbour/ChangeLog @@ -1,3 +1,7 @@ +2001-07-23 18:15 GMT Dave Pearson + * source/rtl/seconds.c + * Renamed CLOCKS2SECS() to HB_CLOCKS2SECS(). + 2001-07-23 20:10 MEST Martin Vogel + contrib/libct/count.c diff --git a/harbour/source/rtl/seconds.c b/harbour/source/rtl/seconds.c index 75e196069b..7d4e08d6fe 100644 --- a/harbour/source/rtl/seconds.c +++ b/harbour/source/rtl/seconds.c @@ -84,7 +84,7 @@ HB_FUNC( SECONDS ) hb_retnd( hb_dateSeconds() ); } -HB_FUNC( CLOCKS2SECS ) +HB_FUNC( HB_CLOCKS2SECS ) { hb_retnl( hb_parnl( 1 ) / CLOCKS_PER_SEC ); -} \ No newline at end of file +}