From 488bdded7a51955e50669d2ea51b0b404968d7bb Mon Sep 17 00:00:00 2001 From: Ron Pinkas Date: Sat, 2 Sep 2000 19:54:48 +0000 Subject: [PATCH] 2000-09-02 12:45 UTC+0800 Ron Pinkas * source/pp/ppcore.c + Added new kind of Result Marker - OMMIT, singinfied as <-Identifier-> /* This allows for custom code based on existance of optional clause, when the value of the clause itself is not needed */ * include/hbclass.ch * Took advantage of new Ommit Result Marker, changed [<.ctor.> AS CLASS _CLASS_NAME_] to [<-ctor-> AS CLASS _CLASS_NAME_] * source/compiler/harbour.y - Removed rules for DummyTrue, used in _HB_MEMBER (no longer needed) --- harbour/ChangeLog | 11 +++++++++++ harbour/include/hbclass.ch | 30 +++++++++++++++--------------- harbour/source/compiler/harbour.y | 6 +----- 3 files changed, 27 insertions(+), 20 deletions(-) diff --git a/harbour/ChangeLog b/harbour/ChangeLog index 61b0cd0afc..13673129fa 100644 --- a/harbour/ChangeLog +++ b/harbour/ChangeLog @@ -1,3 +1,14 @@ +2000-09-02 12:45 UTC+0800 Ron Pinkas + * source/pp/ppcore.c + + Added new kind of Result Marker - OMMIT, singinfied as <-Identifier-> + /* This allows for custom code based on existance of optional clause, when the value of the clause itself is not needed */ + + * include/hbclass.ch + * Took advantage of new Ommit Result Marker, changed [<.ctor.> AS CLASS _CLASS_NAME_] to [<-ctor-> AS CLASS _CLASS_NAME_] + + * source/compiler/harbour.y + - Removed rules for DummyTrue, used in _HB_MEMBER (no longer needed) + 2000-09-02 09:00 UTC+0800 Ron Pinkas * hb_slex.bc * Synchronized with makefile.bc diff --git a/harbour/include/hbclass.ch b/harbour/include/hbclass.ch index a14ea0a8f8..ba648df692 100644 --- a/harbour/include/hbclass.ch +++ b/harbour/include/hbclass.ch @@ -270,31 +270,31 @@ DECLARE TClass ; #xcommand CONSTRUCTOR New( [] ) => METHOD New( [] ) CONSTRUCTOR #xcommand METHOD [ ] [ AS ] [ ] [] [