diff options
author | Roberto Raggi <qtc-committer@nokia.com> | 2008-12-10 13:27:59 +0100 |
---|---|---|
committer | Roberto Raggi <qtc-committer@nokia.com> | 2008-12-10 13:30:19 +0100 |
commit | 65f07aa2de0fa24430a6deccc72334dfe883174f (patch) | |
tree | b2b393978bd4b428af507735cec104d0c76fa305 /shared/cplusplus/Lexer.h | |
parent | 824db4c6e70ad7b76662cd7e5d0bc7df14ad6628 (diff) | |
download | qt-creator-65f07aa2de0fa24430a6deccc72334dfe883174f.tar.gz |
Implemented support for C++ and iso646 operators.
Diffstat (limited to 'shared/cplusplus/Lexer.h')
-rw-r--r-- | shared/cplusplus/Lexer.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/shared/cplusplus/Lexer.h b/shared/cplusplus/Lexer.h index 1d85a58eb9..57f9d3e136 100644 --- a/shared/cplusplus/Lexer.h +++ b/shared/cplusplus/Lexer.h @@ -112,6 +112,7 @@ private: void scan_helper(Token *tok); void setSource(const char *firstChar, const char *lastChar); static int classify(const char *string, int length, bool q); + static int classifyOperator(const char *string, int length); inline void yyinp() { |