preprocessor: make CPlusPlus::Internal::ByteArrayRef public

Change-Id: Ief6ea71f750b6ba19b650050bae376f4ad82d9d2
Reviewed-by: hjk <qthjk@ovi.com>
This commit is contained in:
hjk
2012-04-18 17:35:28 +02:00
committed by hjk
parent d4b4a75603
commit 17c114fde8
9 changed files with 17 additions and 16 deletions

View File

@@ -2,7 +2,7 @@
#include <cstring>
using namespace CPlusPlus::Internal;
using namespace CPlusPlus;
bool ByteArrayRef::startsWith(const char *s) const
{
@@ -23,7 +23,7 @@ int ByteArrayRef::count(char ch) const
return num;
}
void PPToken::squeeze()
void Internal::PPToken::squeeze()
{
if (isValid()) {
m_src = m_src.mid(offset, length());