Add IN: declaration to process.factor
parent
1b5b692220
commit
395e4c5801
|
@ -23,6 +23,8 @@
|
|||
- exceptions
|
||||
- subclassing
|
||||
- messages returning structs by value
|
||||
- fix bootstrap compile errors
|
||||
- super message sends
|
||||
|
||||
+ ui/help:
|
||||
|
||||
|
|
|
@ -1,3 +1,4 @@
|
|||
IN: process
|
||||
USING: compiler io io-internals kernel parser ;
|
||||
|
||||
FUNCTION: int system ( char* command ) ; compiled
|
||||
|
|
Loading…
Reference in New Issue