Updating hbpp.c

This commit is contained in:
Alexander S.Kresin
2000-01-30 14:08:12 +00:00
parent d04e918b68
commit df8095f881
2 changed files with 5 additions and 1 deletions

View File

@@ -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

View File

@@ -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 )
{