From 4e9f71468a3890409a1d1de23c147ffcc94c3907 Mon Sep 17 00:00:00 2001 From: "wayo.cavazos" Date: Mon, 6 Feb 2006 20:07:09 +0000 Subject: [PATCH] minor cleanups --- contrib/x11/concurrent-widgets.factor | 4 ++-- contrib/x11/examples/automata.factor | 4 ++-- contrib/x11/examples/boids.factor | 4 +--- contrib/x11/load.factor | 8 ++------ 4 files changed, 7 insertions(+), 13 deletions(-) diff --git a/contrib/x11/concurrent-widgets.factor b/contrib/x11/concurrent-widgets.factor index aca2d5b2f9..7094ed02ec 100644 --- a/contrib/x11/concurrent-widgets.factor +++ b/contrib/x11/concurrent-widgets.factor @@ -1,7 +1,7 @@ +USING: io namespaces kernel hashtables math generic threads concurrency +lists sequences arrays xlib x ; IN: concurrent-widgets -USING: io namespaces kernel hashtables math generic threads concurrency - lists sequences arrays xlib x ; ! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! diff --git a/contrib/x11/examples/automata.factor b/contrib/x11/examples/automata.factor index 10acd2ca3a..e11e6e16a3 100644 --- a/contrib/x11/examples/automata.factor +++ b/contrib/x11/examples/automata.factor @@ -1,10 +1,10 @@ ! Ed Cavazos - wayo.cavazos@gmail.com -IN: automata - USING: parser kernel hashtables namespaces sequences lists math io math-contrib threads strings arrays prettyprint xlib x ; +IN: automata + ! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! ! set-rule ! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! diff --git a/contrib/x11/examples/boids.factor b/contrib/x11/examples/boids.factor index 0748f2dd3d..43920675c1 100644 --- a/contrib/x11/examples/boids.factor +++ b/contrib/x11/examples/boids.factor @@ -1,8 +1,6 @@ ! Eduardo Cavazos - wayo.cavazos@gmail.com -IN: boids - -USING: namespaces math kernel sequences arrays xlib x ; +USING: namespaces math kernel sequences arrays xlib x ; IN: boids ! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! diff --git a/contrib/x11/load.factor b/contrib/x11/load.factor index e0b34a4e1f..ce0c974782 100644 --- a/contrib/x11/load.factor +++ b/contrib/x11/load.factor @@ -1,8 +1,6 @@ USING: kernel parser words compiler sequences ; -"xlib.factor" run-file -"xlib" words [ try-compile ] each -clear +"xlib.factor" run-file "xlib" words [ try-compile ] each "x.factor" run-file @@ -12,8 +10,6 @@ clear "concurrent-widgets.factor" run-file -"glx.factor" run-file -"x11" words [ try-compile ] each -clear +"glx.factor" run-file "x11" words [ try-compile ] each "gl.factor" run-file \ No newline at end of file