On 26 Nov 2009, at 12:44, Giuliano Colla wrote:
But I fail to grasp the difference between *m_none* and *m_all*.
These are used in tokens.pas. Tokens marked as m_all are treated as a keyword in all syntax modes (i.e., you can never use them as identifier without escaping them). Tokens marked as m_none are never treated as a keyword.
Jonas _______________________________________________ fpc-devel maillist - [email protected] http://lists.freepascal.org/mailman/listinfo/fpc-devel
