minor cleanups

darcs
wayo.cavazos 2006-02-06 20:07:09 +00:00
parent a90ad2b2f1
commit 4e9f71468a
4 changed files with 7 additions and 13 deletions

View File

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

View File

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

View File

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

View File

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