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/urlan.h

    r426 r427  
    539539void    ur_gcMarkBlock( UCollector*, UIndex ); 
    540540void    ur_gcMarkResource( UCollector*, UIndex ); 
    541 UIndex  ur_tokenize( UThread*, const char* it, const char* end, void* ); 
     541UIndex  ur_tokenize( UThread*, const char* it, const char* end ); 
    542542void    ur_throwErr( UThread*, int exceptionType, const char* fmt, ... ); 
    543543int     ur_userAllows( UThread*, const char* fmt, ... );