Update of /cvsroot/wisp/wisp/modules
In directory usw-pr-cvs1:/tmp/cvs-serv30082/modules
Modified Files:
unix.wim
Log Message:
Dropped the |gimme| special form and created the builtin module mechanism.
Index: unix.wim
===================================================================
RCS file: /cvsroot/wisp/wisp/modules/unix.wim,v
retrieving revision 1.41
retrieving revision 1.42
diff -u -d -r1.41 -r1.42
--- unix.wim 26 Aug 2002 16:18:19 -0000 1.41
+++ unix.wim 4 Sep 2002 14:30:44 -0000 1.42
@@ -15,10 +15,7 @@
filename-suffix path-contains-dotdot? pipe-from pipe-to pipeline)
(use
- files lists strings)
-
-(gimme syscalls)
-(gimme semiraw-files)
+ files lists semiraw-files strings syscalls)
; Does what proc indicates, and doesn't return.
(define (dedicated proc)
|