Ignore:
Timestamp:
May 5, 2011, 5:36:53 AM (14 years ago)
Author:
Dmitry A. Kuminov
Message:

trunk: Merged in qt 4.7.2 sources from branches/vendor/nokia/qt.

Location:
trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk

  • trunk/tools/porting/src/rpp.cpp

    r651 r846  
    22**
    33** Copyright (C) 2001-2004 Roberto Raggi
    4 ** Copyright (C) 2010 Nokia Corporation and/or its subsidiary(-ies).
     4** Copyright (C) 201 Nokia Corporation and/or its subsidiary(-ies).
    55** All rights reserved.
    66** Contact: Nokia Corporation ([email protected])
     
    6161{
    6262    m_memoryPool = memoryPool;
    63     Source *m_source = createNode<Source>(m_memoryPool); //node whith no parent
     63    Source *m_source = createNode<Source>(m_memoryPool); //node with no parent
    6464    m_tokenContainer = tokenContainer;
    6565    m_tokenTypeList = tokenTypeList;
     
    539539/*
    540540    Reads a preprocessor line from the source by advancing lexerTokenIndex and
    541     returing a TokenSection containg the read line. Text lines separated by
     541    returing the read line. Text lines separated by
    542542    an escaped newline are joined.
    543543*/
Note: See TracChangeset for help on using the changeset viewer.