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