From dc1d075abf659f2db9bcd3665e9906c7505ca933 Mon Sep 17 00:00:00 2001 From: Dave Pearson Date: Wed, 19 Jun 2002 16:16:58 +0000 Subject: [PATCH] 2002-06-19 17:14 UTC+0100 Dave Pearson * doc/en/compiler.txt - Removed /10 switch. --- harbour/ChangeLog | 4 ++++ harbour/doc/en/compiler.txt | 5 ----- 2 files changed, 4 insertions(+), 5 deletions(-) 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. * ========================== *