From 67e0bd9337d9592fbc1199e3ab6f063ea1e62b45 Mon Sep 17 00:00:00 2001 From: nyamatongwe Date: Fri, 13 May 2011 08:29:09 +1000 Subject: Removed confusing comment. Bug #3301002. --- lexlib/CharacterSet.h | 1 - 1 file changed, 1 deletion(-) (limited to 'lexlib') diff --git a/lexlib/CharacterSet.h b/lexlib/CharacterSet.h index 72405606a..ba42ea3d6 100644 --- a/lexlib/CharacterSet.h +++ b/lexlib/CharacterSet.h @@ -119,7 +119,6 @@ inline bool iswordstart(int ch) { inline bool isoperator(int ch) { if (IsASCII(ch) && IsAlphaNumeric(ch)) return false; - // '.' left out as it is used to make up numbers if (ch == '%' || ch == '^' || ch == '&' || ch == '*' || ch == '(' || ch == ')' || ch == '-' || ch == '+' || ch == '=' || ch == '|' || ch == '{' || ch == '}' || -- cgit v1.2.3