Show
Ignore:
Timestamp:
07/07/07 04:41:31 (17 months ago)
Author:
krobillard
Message:

Setting words in the shared global store now throws an error.
Default binding changed so top-level set-words are added to thread context.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • branches/thune/thread_safe/thune.c

    r426 r427  
    475475                            tblkN = ur_tokenize( ut, 
    476476                                                 str->ptr.c + val->series.it, 
    477                                                  str->ptr.c + str->used, 0 ); 
     477                                                 str->ptr.c + str->used ); 
    478478                            if( ! tblkN ) 
    479479                                goto throw_cc;