This commit is contained in:
Kartik K. Agaram 2014-07-27 10:09:00 -07:00
parent 5b7de7f6d6
commit f37b3ab481
1 changed files with 1 additions and 4 deletions

5
mu.arc
View File

@ -206,9 +206,6 @@
(- close pc 1)))
(awhen cdr.argv
(each file it
;? (prn file)
(add-fns readfile.file))
;? (prn function*)
(map add-fns:readfile it)
(run function*!main)
(prn memory*))