From 29eb8c65fa3af67d125cdd71b5efc73b3ee4f99c Mon Sep 17 00:00:00 2001 From: Ron Pinkas Date: Sun, 4 Jun 2000 10:52:40 +0000 Subject: [PATCH] 2000-06-04 03:35 UTC-0800 Ron Pinkas * source/pp/ppcore.c * Commented fix 2000-06-02 14:45 UTC-0800 Ron Pinkas until more complete solution --- harbour/ChangeLog | 4 ++++ harbour/source/pp/ppcore.c | 4 ++++ 2 files changed, 8 insertions(+) diff --git a/harbour/ChangeLog b/harbour/ChangeLog index 9cf9a31a16..5a424b264a 100644 --- a/harbour/ChangeLog +++ b/harbour/ChangeLog @@ -1,3 +1,7 @@ +2000-06-04 03:35 UTC-0800 Ron Pinkas + * source/pp/ppcore.c + * Commented fix 2000-06-02 14:45 UTC-0800 Ron Pinkas until more complete solution + 2000-06-04 03:30 UTC-0800 Ron Pinkas * source/pp/ppcore.c * Corrected error message in SetRules() to report filename with default extension. diff --git a/harbour/source/pp/ppcore.c b/harbour/source/pp/ppcore.c index c4a710f081..67d9f45c57 100644 --- a/harbour/source/pp/ppcore.c +++ b/harbour/source/pp/ppcore.c @@ -1147,6 +1147,7 @@ static int CommandStuff( char * ptrmp, char * inputLine, char * ptro, int * lenr if( ptr ) ptrmp = ptr; /* Ron Pinkas added 2000-06-02 14:45 UTC-0800 */ + /* else if( *ptrmp == '[' ) { ptr = strtopti+ipos; @@ -1165,9 +1166,11 @@ static int CommandStuff( char * ptrmp, char * inputLine, char * ptro, int * lenr } } } + */ /* Ron Pinkas End */ } /* Ron Pinkas added 2000-06-02 14:45 UTC-0800 */ + /* else if( ipos && *ptrmp == '[' ) { ptr = strtopti+ipos; @@ -1186,6 +1189,7 @@ static int CommandStuff( char * ptrmp, char * inputLine, char * ptro, int * lenr } } } + */ /* Ron Pinkas End */ } switch( *ptrmp ) {