program hello;
const
  devcfg3: longWord = DEVCFG3_DEFAULT; section '.devcfg3';
begin
end.

is a program that compiles fine but gives me an error in lazarus when I try to use completion with ctrl-SPACE.


hello.pas(3,48) Error: = erwartet aber '.devcfg3' gefunden

Can I disable codetools for this const definition or is it possible to get a fix for this issue in trunk of lazarus?

Thank you,

Michael

--
_______________________________________________
Lazarus mailing list
[email protected]
http://lists.lazarus.freepascal.org/mailman/listinfo/lazarus

Reply via email to