Changeset 418 for branches/thune/thread_safe/urlan.c
- Timestamp:
- 06/22/07 20:53:36 (17 months ago)
- Files:
-
- 1 modified
-
branches/thune/thread_safe/urlan.c (modified) (4 diffs)
Legend:
- Unmodified
- Added
- Removed
-
branches/thune/thread_safe/urlan.c
r408 r418 96 96 "code!", 97 97 "port!", 98 "struct!" 98 "struct!", 99 "component!", 100 "plug!" 99 101 }; 100 102 … … 438 440 #endif 439 441 #ifdef LANG_RUNE 440 extern void rune_install( U rlanEnv* );442 extern void rune_install( UThread* ); 441 443 #endif 442 444 … … 519 521 520 522 #ifdef LANG_RUNE 521 rune_install( env);523 rune_install( ut ); 522 524 #endif 523 525 … … 550 552 #elif defined(__APPLE__) 551 553 ur_setUnbound( cell, ur_intern( "mac-osx", 7 ) ); 554 #elif defined(__sun__) 555 ur_setUnbound( cell, ur_intern( "solaris", 7 ) ); 552 556 #elif defined(_WIN32) 553 557 ur_setUnbound( cell, ur_intern( "windows", 7 ) );
