Re: [fpc-devel] PParser.IsTokenHint deserves an update

2012-02-20 Thread Hans-Peter Diettrich
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

Re: [fpc-devel] PParser.IsTokenHint deserves an update

2012-02-20 Thread michael . vancanneyt
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

[fpc-devel] PParser.IsTokenHint deserves an update

2012-02-20 Thread Hans-Peter Diettrich
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 __