[opengtl-commits] [622] lex colon (useless, except that it kills warnings) |
[ Thread Index |
Date Index
| More lists.tuxfamily.org/opengtl-commits Archives
]
Revision: 622
Author: cyrille
Date: 2009-03-14 17:31:32 +0100 (Sat, 14 Mar 2009)
Log Message:
-----------
lex colon (useless, except that it kills warnings)
Modified Paths:
--------------
trunk/OpenGTL/OpenShiva/OpenShiva/Lexer_p.cpp
Modified: trunk/OpenGTL/OpenShiva/OpenShiva/Lexer_p.cpp
===================================================================
--- trunk/OpenGTL/OpenShiva/OpenShiva/Lexer_p.cpp 2009-03-14 16:26:48 UTC (rev 621)
+++ trunk/OpenGTL/OpenShiva/OpenShiva/Lexer_p.cpp 2009-03-14 16:31:32 UTC (rev 622)
@@ -101,6 +101,7 @@
}
CHAR_IS_TOKEN( ',', COMA );
CHAR_IS_TOKEN( '.', DOT );
+ CHAR_IS_TOKEN( ':', COLON );
CHAR_IS_TOKEN( '{', STARTBRACE );
CHAR_IS_TOKEN( '}', ENDBRACE );
CHAR_IS_TOKEN( '(', STARTBRACKET );