Updating preprocessor files

This commit is contained in:
Alexander S.Kresin
1999-09-16 09:20:00 +00:00
parent fba893a06a
commit e8d734eb08
2 changed files with 5 additions and 1 deletions

View File

@@ -1,3 +1,7 @@
19990916-13:07 GMT+3 Alexander Kresin
* source/hbpp/hbpp.c
* fixed bug with Release ( noted by David G. Holm )
19990916-10:37 GMT+1 Antonio Linares <alinares@fivetech.com>
* source/compiler/harbour.y
* Added support for multiple include paths using /I compiler flag

View File

@@ -1406,7 +1406,7 @@ int ReplacePattern ( char patttype, char *expreal, int lenreal, char *ptro, int
{
if( ifou ) lenitem++;
pp_Stuff ( (*expreal=='&')? expreal+1:expreal, ptro,
(*expreal=='&')? lenitem-1:lenitem, 4, lenres );
(*expreal=='&')? lenitem-1:lenitem, 0, lenres );
}
else
{