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 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:
_______________________________________________
KDevelop-devel mailing list
KDevelop-devel kdevelop.org
https://barney.cs.uni-potsdam.de/mailman/listinf
o/kdevelop-devel
|