Changeset 427 for branches/thune/thread_safe/urlan.h
- Timestamp:
- 07/07/07 04:41:31 (17 months ago)
- Files:
-
- 1 modified
-
branches/thune/thread_safe/urlan.h (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/thune/thread_safe/urlan.h
r426 r427 539 539 void ur_gcMarkBlock( UCollector*, UIndex ); 540 540 void ur_gcMarkResource( UCollector*, UIndex ); 541 UIndex ur_tokenize( UThread*, const char* it, const char* end , void*);541 UIndex ur_tokenize( UThread*, const char* it, const char* end ); 542 542 void ur_throwErr( UThread*, int exceptionType, const char* fmt, ... ); 543 543 int ur_userAllows( UThread*, const char* fmt, ... );
