From 807f1e918aa8e4ac5864c840a6288686ddf835cf Mon Sep 17 00:00:00 2001 From: Ron Pinkas Date: Sat, 23 Sep 2000 17:08:41 +0000 Subject: [PATCH] 2000-09-23 10:10 UTC+0800 Ron Pinkas * source/compiler/harbour.l * Removed TODO 4 Char abbreviation (done few weeks back). --- harbour/ChangeLog | 4 ++++ harbour/source/compiler/harbour.l | 2 -- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/harbour/ChangeLog b/harbour/ChangeLog index 6c376cfd8e..2faadef3a7 100644 --- a/harbour/ChangeLog +++ b/harbour/ChangeLog @@ -1,3 +1,7 @@ +2000-09-23 10:10 UTC+0800 Ron Pinkas + * source/compiler/harbour.l + * Removed TODO 4 Char abbreviation (done few weeks back). + 2000-09-23 10:00 UTC+0800 Ron Pinkas * include/hbclass.ch * Changed AS ... from ALL CAPS to Capitalized, to avoid conflict with FWH #defines, for those not using modified DLL.CH diff --git a/harbour/source/compiler/harbour.l b/harbour/source/compiler/harbour.l index 55557f7483..4efb0fc72e 100644 --- a/harbour/source/compiler/harbour.l +++ b/harbour/source/compiler/harbour.l @@ -36,8 +36,6 @@ /* Compile using: flex -i -8 -oyylex.c harbour.l */ -/* TODO: 4 character abbreviation for strong typing keywords should be added - to be VO compatible [vszakats] */ /* TODO: VOID strong typing keyword should be added as a new type for NIL. [vszakats] */