[prev in list] [next in list] [prev in thread] [next in thread] 

List:       kde-commits
Subject:    playground/devtools/kdevelop-pg/include
From:       Andreas Pakulat <apaku () gmx ! de>
Date:       2007-07-08 15:51:17
Message-ID: 1183909877.804866.17500.nullmailer () svn ! kde ! org
[Download RAW message or body]

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:
[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic