playground/devtools/kdevelop-pg/include
Andreas Pakulat
apaku at gmx.de
Sun Jul 8 15:51:17 UTC 2007
SVN commit 685313 by apaku:
Remove char* member from token_type, instead of this the parser should provide a
<character_type> tokenText() member function. This allows to customize the type
of input characters that the parser/lexer work on (for example to use QString
instead of char*).
CCMAIL:kdevelop-devel at kdevelop.org
M +0 -1 kdev-pg-token-stream.h
--- trunk/playground/devtools/kdevelop-pg/include/kdev-pg-token-stream.h #685312:685313
@@ -34,7 +34,6 @@
int kind;
std::size_t begin;
std::size_t end;
- char const *text;
};
public:
More information about the KDevelop-devel
mailing list