Updating hbpp.c
This commit is contained in:
@@ -1,3 +1,7 @@
|
||||
20000130-17:05 GMT+3 Alexander Kresin
|
||||
* source/pp/hbpp.c
|
||||
* Bug fixed, noted by Ryszard Glab
|
||||
|
||||
20000130-13:55 GMT+1 Ryszard Glab <rglab@imid.med.pl>
|
||||
|
||||
*source/compiler/harbour.l
|
||||
|
||||
@@ -748,7 +748,7 @@ int hb_pp_ParseExpression( char * sLine, char * sOutLine )
|
||||
HB_SKIPTABSPACES( ptri );
|
||||
|
||||
if( ( *ptri == '\0' || ( *ptri != '=' &&
|
||||
(!IsInStr(*ptri,":/*+-") || *(ptri+1) != '=') &&
|
||||
(!IsInStr(*ptri,":/*+-%^") || *(ptri+1) != '=') &&
|
||||
( *ptri != '-' || *(ptri+1) != '>' ) ) )
|
||||
&& ( stcmd = ComSearch(sToken,NULL) ) != NULL )
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user