michael.vancann...@wisa.be schrieb:
I have this fixed locally, but it is not yet committed.
Thanks for the quick fix :-)
I'll check again when committed.
DoDi
___
fpc-devel maillist - fpc-devel@lists.freepascal.org
http://lists.freepascal.org/mai
On Mon, 20 Feb 2012, Hans-Peter Diettrich wrote:
The extended syntax of hint tokens should be reflected in IsTokenHint.
See oldlinux.pp:
unit oldlinux deprecated 'Use Baseunix/Unix';
Perhaps it's sufficient to skip the next token after an hint, when it is a
string literal? Dunno about the c
The extended syntax of hint tokens should be reflected in IsTokenHint.
See oldlinux.pp:
unit oldlinux deprecated 'Use Baseunix/Unix';
Perhaps it's sufficient to skip the next token after an hint, when it is
a string literal? Dunno about the concrete syntax changes...
DoDi
__