diff options
Diffstat (limited to 'lexlib/CharacterSet.h')
| -rw-r--r-- | lexlib/CharacterSet.h | 1 | 
1 files changed, 0 insertions, 1 deletions
| 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 == '}' || | 
