From 395e4c58018ddb1e4f670abf15d7072edeee1b13 Mon Sep 17 00:00:00 2001 From: slava Date: Tue, 14 Feb 2006 04:44:09 +0000 Subject: [PATCH] Add IN: declaration to process.factor --- TODO.FACTOR.txt | 2 ++ contrib/process.factor | 1 + 2 files changed, 3 insertions(+) diff --git a/TODO.FACTOR.txt b/TODO.FACTOR.txt index c9d99a4f43..d36fa0614c 100644 --- a/TODO.FACTOR.txt +++ b/TODO.FACTOR.txt @@ -23,6 +23,8 @@ - exceptions - subclassing - messages returning structs by value +- fix bootstrap compile errors +- super message sends + ui/help: diff --git a/contrib/process.factor b/contrib/process.factor index 63defb91ee..818c648f70 100644 --- a/contrib/process.factor +++ b/contrib/process.factor @@ -1,3 +1,4 @@ +IN: process USING: compiler io io-internals kernel parser ; FUNCTION: int system ( char* command ) ; compiled