set svn:eol-style and fix some stuff
svn: r2209
This commit is contained in:
parent
038a53a07a
commit
797b023216
|
@ -119,4 +119,3 @@
|
||||||
(end-of-time)
|
(end-of-time)
|
||||||
(void))
|
(void))
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|
|
@ -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")
|
||||||
))))
|
))))
|
||||||
|
|
||||||
|
|
|
@ -12,4 +12,3 @@
|
||||||
#f #f)))))
|
#f #f)))))
|
||||||
(javac "Posn.java")
|
(javac "Posn.java")
|
||||||
))))
|
))))
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user