Changeset 164 for trunk/thune/console.c

Show
Ignore:
Timestamp:
06/03/06 19:42:11 (3 years ago)
Author:
krobillard
Message:

Thune -

Added ur_setDatatypeBit() and ur_clrDatatypeBit().
Added 'lift-local and _scanControlStack().
'copy now handles context!.
Renamed ur_copy() as ur_clone().
ur_clone() now holds root block when deep copying.
Removed unused context code.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/thune/console.c

    r162 r164  
    2323 
    2424 
     25#ifdef LANG_ORCA 
     26extern void orca_install(); 
     27#define APPNAME     "Thune-Orca" 
     28#else 
    2529#define APPNAME     "Thune" 
     30#endif 
     31 
     32 
    2633#define ESC         27 
    2734 
     
    98105    ur_startup( &env ); 
    99106 
     107#ifdef LANG_ORCA 
     108    orca_install(); 
     109#endif 
     110 
    100111    if( argc > 1 ) 
    101112    {