diff --git a/harbour/ChangeLog b/harbour/ChangeLog index aa7760d5f1..8dba2bad3d 100644 --- a/harbour/ChangeLog +++ b/harbour/ChangeLog @@ -8,6 +8,10 @@ 2002-12-01 23:12 UTC+0100 Foo Bar */ +2002-06-19 17:14 UTC+0100 Dave Pearson + * doc/en/compiler.txt + - Removed /10 switch. + 2002-06-15 13:04 UTC-0300 Walter Negro * source/vm/hvm.c ! Fixed support for FOR_NEXT with STEP 0 diff --git a/harbour/doc/en/compiler.txt b/harbour/doc/en/compiler.txt index b146a7bf81..0e61d1f1f5 100644 --- a/harbour/doc/en/compiler.txt +++ b/harbour/doc/en/compiler.txt @@ -186,11 +186,6 @@ * /z suppress logical shortcutting (.and. & .or.) * ================= * - * /10 restrict symbol length to 10 characters - * ================= - * - * All variable and function names are cut to maximum 10 characters. - * * Compilation in batch mode. * ========================== *