[Lazarus] JCF2 patch in trunk
Alexey Tor.
aaa5500 at ya.ru
Fri Sep 11 12:14:59 CEST 2020
https://github.com/graemeg/lazarus/commit/f4ffd5e0640948e9c396e1ef1b2aacd90512ac77
if StartsText('{$include',pcToken.SourceCode)=true then
lPos:=10
else if StartsStr('{$I',pcToken.SourceCode)=true then
a) $include is searched case-insens? why no space after "$include" to
avoid incorrect include?
b) $I is searched case-insens? seems no! why no space after $I to avoid
other directive?
Regards,
Alexey
More information about the lazarus
mailing list