Changeset 260 for trunk/thune/console.c

Show
Ignore:
Timestamp:
08/29/06 22:25:58 (2 years ago)
Author:
krobillard
Message:

Thune - Added experimental Rune evaluator.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/thune/console.c

    r229 r260  
    2424 
    2525 
    26 #ifdef LANG_ORCA 
    27 extern void orca_install( UrlanEnv* ); 
    28 #define APPNAME     "Thune-Orca" 
     26#ifdef LANG_RUNE 
     27extern void rune_install( UrlanEnv* ); 
     28#define APPNAME     "Thune-Rune" 
    2929#elif defined(THUNE_GL) 
    3030extern int  gx_startup( UrlanEnv* ); 
     
    122122#endif 
    123123 
    124 #ifdef LANG_ORCA 
    125     orca_install( &env ); 
     124#ifdef LANG_RUNE 
     125    rune_install( &env ); 
    126126#endif 
    127127