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) (end-of-time)
(void)) (void))
) )

View File

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

View File

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