SVN commit 445952 by okellogg: NativeImportBase::advance(): New. Advances m_srcIndex to the next non-comment. Use this instead of direct mentions of m_source[++m_srcIndex]. M +40 -23 adaimport.cpp M +22 -22 idlimport.cpp M +13 -1 nativeimportbase.cpp M +10 -3 nativeimportbase.h