Changeset 846 for trunk/tools/porting/src/rpp.cpp
- Timestamp:
- May 5, 2011, 5:36:53 AM (14 years ago)
- Location:
- trunk
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk
- Property svn:mergeinfo changed
/branches/vendor/nokia/qt/4.7.2 (added) merged: 845 /branches/vendor/nokia/qt/current merged: 844 /branches/vendor/nokia/qt/4.6.3 removed
- Property svn:mergeinfo changed
-
trunk/tools/porting/src/rpp.cpp
r651 r846 2 2 ** 3 3 ** Copyright (C) 2001-2004 Roberto Raggi 4 ** Copyright (C) 201 0Nokia Corporation and/or its subsidiary(-ies).4 ** Copyright (C) 201 Nokia Corporation and/or its subsidiary(-ies). 5 5 ** All rights reserved. 6 6 ** Contact: Nokia Corporation ([email protected]) … … 61 61 { 62 62 m_memoryPool = memoryPool; 63 Source *m_source = createNode<Source>(m_memoryPool); //node w hith no parent63 Source *m_source = createNode<Source>(m_memoryPool); //node with no parent 64 64 m_tokenContainer = tokenContainer; 65 65 m_tokenTypeList = tokenTypeList; … … 539 539 /* 540 540 Reads a preprocessor line from the source by advancing lexerTokenIndex and 541 retur ing a TokenSection containg the read line. Text lines separated by541 returing the read line. Text lines separated by 542 542 an escaped newline are joined. 543 543 */
Note:
See TracChangeset
for help on using the changeset viewer.