Changeset 266 for trunk/thune/make.c

Show
Ignore:
Timestamp:
08/30/06 18:59:53 (2 years ago)
Author:
krobillard
Message:

Thune - ur_tokenize() now throws errors.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/thune/make.c

    r258 r266  
    12321232 
    12331233                if( spA ) 
     1234                { 
    12341235                    blkN = ur_tokenize( ur_thread, spA, spB, 0 ); 
     1236                    if( ! blkN ) 
     1237                        return;     // ur_tokenize() has thrown. 
     1238                } 
    12351239                else 
     1240                { 
    12361241                    blkN = ur_makeBlock(0); 
     1242                } 
    12371243 
    12381244                if( blkN )