Ignore:
Timestamp:
Jun 20, 2007, 3:38:44 AM (17 years ago)
Author:
dai_9181
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/jenga/src/smoothie/Namespace.cpp

    r170 r173  
    129129        if( source[i] == 1 && source[i+1] == ESC_NAMESPACE ){
    130130            for(i+=2,i2=0;;i2++,i++){
    131                 if( BasicSource::IsCommandDelimitation( source[i] ) ){
     131                if( IsCommandDelimitation( source[i] ) ){
    132132                    temporary[i2]=0;
    133133                    break;
Note: See TracChangeset for help on using the changeset viewer.