Updating preprocessor files
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user