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

@ -15,4 +15,4 @@ public abstract class World {
public abstract void draw();
public abstract void erase();
}
}

View File

@ -1,10 +1,7 @@
(module installer mzscheme
(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

@ -1,7 +1,7 @@
(module pre-installer mzscheme
(require (lib "compile.ss" "profj"))
(provide pre-installer)
(define (pre-installer plthome)
(let ((draw-path (build-path (collection-path "htdch" "idraw"))))
(let ((javac
@ -12,4 +12,3 @@
#f #f)))))
(javac "Posn.java")
))))