[fpc-devel] A newbie question about m_none and m_all modeswitches
Jonas Maebe
jonas.maebe at elis.ugent.be
Thu Nov 26 12:52:02 CET 2009
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
More information about the fpc-devel
mailing list