diff --git a/harbour/ChangeLog b/harbour/ChangeLog index 55a6693f79..e8470fb6ca 100644 --- a/harbour/ChangeLog +++ b/harbour/ChangeLog @@ -1,3 +1,7 @@ +19991004-22:34 GMT+1 Victor Szel + * tests/db_brows.prg + - READEXIT() removed since it's now part of the RTL. + 19991004-21:34 GMT+1 Victor Szel * tests/*.bat ! Reworked, standardized, simplified. Please test them. diff --git a/harbour/tests/db_brows.prg b/harbour/tests/db_brows.prg index bf9241cc8b..8925fd63d6 100644 --- a/harbour/tests/db_brows.prg +++ b/harbour/tests/db_brows.prg @@ -896,16 +896,6 @@ FUNC NUM_STR( NOM, KOLZN ) NOM := INT( NOM ) RETURN ( REPLICATE( "0", KOLZN - LEN( LTRIM( STR( NOM ) ) ) ) + LTRIM( STR( NOM ) ) ) -*+北北北北北北北北北北北北北北北北北北北北北北北北北北北北北北北北北北 -*+ -*+ Function readexit() -*+ -*+北北北北北北北北北北北北北北北北北北北北北北北北北北北北北北北北北北 -*+ -FUNCTION readexit - -RETURN .t. - *+北北北北北北北北北北北北北北北北北北北北北北北北北北北北北北北北北北 *+ *+ Function updated()