Add IN: declaration to process.factor

darcs
slava 2006-02-14 04:44:09 +00:00
parent 1b5b692220
commit 395e4c5801
2 changed files with 3 additions and 0 deletions

View File

@ -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:

View File

@ -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