Show
Ignore:
Timestamp:
06/22/07 20:53:36 (17 months ago)
Author:
krobillard
Message:

Rune works again.

Files:
1 modified

Legend:

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

    r408 r418  
    9696    "code!", 
    9797    "port!", 
    98     "struct!" 
     98    "struct!", 
     99    "component!", 
     100    "plug!" 
    99101}; 
    100102 
     
    438440#endif 
    439441#ifdef LANG_RUNE 
    440 extern void rune_install( UrlanEnv* ); 
     442extern void rune_install( UThread* ); 
    441443#endif 
    442444 
     
    519521 
    520522#ifdef LANG_RUNE 
    521     rune_install( env ); 
     523    rune_install( ut ); 
    522524#endif 
    523525 
     
    550552#elif defined(__APPLE__) 
    551553        ur_setUnbound( cell, ur_intern( "mac-osx", 7 ) ); 
     554#elif defined(__sun__) 
     555        ur_setUnbound( cell, ur_intern( "solaris", 7 ) ); 
    552556#elif defined(_WIN32) 
    553557        ur_setUnbound( cell, ur_intern( "windows", 7 ) );