set svn:eol-style and fix some stuff

svn: r2209
This commit is contained in:
Eli Barzilay 2006-02-13 17:04:50 +00:00
parent 038a53a07a
commit 797b023216
4 changed files with 3 additions and 9 deletions

View File

@ -119,4 +119,3 @@
(end-of-time)
(void))
)

View File

@ -2,9 +2,6 @@
(require (lib "compile.ss" "profj"))
(provide installer)
(define (mprintf a)
(fprintf a (current-error-port)))
(define (installer plthome)
(let ((draw-path (build-path (collection-path "htdch" "idraw"))))
(let ((javac
@ -25,4 +22,3 @@
(javac "Green.java")
(javac "Yellow.java")
))))

View File

@ -12,4 +12,3 @@
#f #f)))))
(javac "Posn.java")
))))