[fpc-devel] adding a new token to compiler cause exception
Sven Barth
pascaldragon at googlemail.com
Tue Oct 13 20:50:58 CEST 2015
Am 13.10.2015 19:59 schrieb "Mohsen" <mohsen.timar at gmail.com>:
>
> Hi
> I need add two token to compiler to implement my ideas.
> adding first token done but second token cause range check exception in
lines like this
>
> if (idtoken in [_EXPORT,_EXTERNAL,_WEAKEXTERNAL,_PUBLIC,_CVAR]) then
>
> ptconst.pas(95,45) Error: range check error in set constructor or
duplicate set element
>
> how to solve it ?
First it would be best if you'd show us what exactly you have changed.
Otherwise we won't be able to help you...
Regards,
Sven
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.freepascal.org/pipermail/fpc-devel/attachments/20151013/9bc683a9/attachment.html>
More information about the fpc-devel
mailing list