From 7614a002e4f68d0581011ebed6659ae2f2bfc8e4 Mon Sep 17 00:00:00 2001 From: Doug Coleman Date: Sat, 18 Oct 2008 22:49:55 -0500 Subject: [PATCH 1/2] unportable --- extra/hardware-info/windows/ce/tags.txt | 1 + 1 file changed, 1 insertion(+) create mode 100644 extra/hardware-info/windows/ce/tags.txt diff --git a/extra/hardware-info/windows/ce/tags.txt b/extra/hardware-info/windows/ce/tags.txt new file mode 100644 index 0000000000..6bf68304bb --- /dev/null +++ b/extra/hardware-info/windows/ce/tags.txt @@ -0,0 +1 @@ +unportable From 0a539520b2408151b0494338578e0f85d732bcd5 Mon Sep 17 00:00:00 2001 From: Doug Coleman Date: Sat, 18 Oct 2008 22:50:10 -0500 Subject: [PATCH 2/2] fix using --- extra/shell/shell.factor | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/extra/shell/shell.factor b/extra/shell/shell.factor index 0ed594602a..034cdaba5d 100644 --- a/extra/shell/shell.factor +++ b/extra/shell/shell.factor @@ -3,7 +3,7 @@ USING: kernel parser words continuations namespaces debugger sequences combinators splitting prettyprint system io io.files io.launcher io.encodings.utf8 io.pipes sequences.deep accessors multi-methods newfx shell.parser - combinators.short-circuit eval ; + combinators.short-circuit eval environment ; IN: shell @@ -139,4 +139,4 @@ DEFER: shell ! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -MAIN: ix \ No newline at end of file +MAIN: ix