- Timestamp:
- 01/28/06 20:01:50 (3 years ago)
- Location:
- trunk/orca
- Files:
-
- 3 added
- 4 modified
Legend:
- Unmodified
- Added
- Removed
-
trunk/orca/boot.r
r1 r3 705 705 do %config.r 706 706 if find config 'rebol [append boot load %rebol_compat.r] 707 if find config 'thune [do %thune.r]708 707 709 708 -
trunk/orca/config.r
r1 r3 8 8 hex_token 9 9 math3d 10 ;thune11 10 ] -
trunk/orca/ovalue.c
r1 r3 631 631 break; 632 632 633 #if def OR_CONFIG_THUNE633 #if 0 634 634 case OT_ACTION: 635 635 if( from->type == OT_INTEGER ) … … 4413 4413 orNative( orDumpNative, "dump" ); 4414 4414 #endif 4415 4416 #ifdef OR_CONFIG_THUNE4417 extern void ur_calls();4418 ur_calls();4419 #endif4420 4415 } 4421 4416 -
trunk/orca/project.r
r1 r3 90 90 ] 91 91 92 if find config 'thune [ sources [%forth.c] ]93 94 92 macx [ sources [ %unix/os.c %stdio.c ] ] 95 93 unix [ sources [ %unix/os.c %stdio.c ] ] … … 110 108 ] 111 109 112 exe %o core[110 exe %orca [ 113 111 libs_from %. %orca 114 112
