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

--
_______________________________________________
lazarus mailing list
lazarus@lists.lazarus-ide.org
https://lists.lazarus-ide.org/listinfo/lazarus

Reply via email to