[fpc-pascal] importtl tool
LacaK
lacak at zoznam.sk
Fri Oct 21 13:57:02 CEST 2016
Dňa 21.10.2016 o 13:42 José Mejuto napísal(a):
> El 21/10/2016 a las 12:32, LacaK escribió:
>
>> So result should be:
>> case FD^.lprgelemdescParam[k].paramdesc.wParamFlags and
>> (PARAMFLAG_FIN or PARAMFLAG_FOUT) of
>> PARAMFLAG_FIN or PARAMFLAG_FOUT:sPar:='var ';
>> PARAMFLAG_FOUT:sPar:='out ';
>> else sPar:='constref ';
>> end;
>
> Hello,
>
> Maybe a big note should be added if it is fixed in that way. Or even
> better
>
>
> PARAMFLAG_FOUT:sPar:='out ';
> PARAMFLAG_FIN:sPar:='constref ';
> else sPar:='constref ';
>
> To note that both "constref" are intentional.
Ok I can create patch if we (you ;-)) are sure that it is okay ?
-Laco.
More information about the fpc-pascal
mailing list