<p>Am 21.10.2014 23:32 schrieb "Mattias Gaertner" <<a href="mailto:nc-gaertnma@netcologne.de">nc-gaertnma@netcologne.de</a>>:<br>
><br>
><br>
><br>
> > Michael Ring <<a href="mailto:mail@michael-ring.org">mail@michael-ring.org</a>> hat am 21. Oktober 2014 um 22:36<br>
> > geschrieben:<br>
> ><br>
> ><br>
> > program hello;<br>
> > const<br>
> >  devcfg3: longWord = DEVCFG3_DEFAULT; section '.devcfg3';<br>
> > begin<br>
> > end.<br>
> ><br>
> > is a program that compiles fine but gives me an error in lazarus when I<br>
> > try to use completion with ctrl-SPACE.<br>
> ><br>
> ><br>
> > hello.pas(3,48) Error: = erwartet aber '.devcfg3' gefunden<br>
><br>
> fpc 2.6.4 gives the same error.<br>
> When is "section" allowed?</p>
<p>It only works on certain targets (currently only Embedded AFAIK). I don't know its rules of declarations currently though...</p>
<p>Regards,<br>
Sven</p>