added the new process primitive to create a process with a block as if it has got the value message
This commit is contained in:
@ -677,7 +677,7 @@ struct stix_t
|
||||
|
||||
stix_oop_set_t symtab; /* system-wide symbol table. instance of SymbolSet */
|
||||
stix_oop_set_t sysdic; /* system dictionary. instance of SystemDictionary */
|
||||
stix_oop_process_scheduler_t scheduler; /* instance of ProcessScheduler */
|
||||
stix_oop_process_scheduler_t processor; /* instance of ProcessScheduler */
|
||||
|
||||
stix_oop_t* tmp_stack[256]; /* stack for temporaries */
|
||||
stix_oow_t tmp_count;
|
||||
|
Reference in New Issue
Block a user