original commit: 0c2b45199ef5632d1ae18521aacc748ca7500c19
This commit is contained in:
Matthew Flatt 2003-04-18 15:28:06 +00:00
parent 3fa447bf48
commit e43b8717dc
3 changed files with 2 additions and 2 deletions

View File

@ -70,7 +70,7 @@
[(symbol? elem) elem]
[(and (pair? elem) (symbol? (car elem)))
(intern-signature (car elem) (cdr elem))]
[else (error)]))
[else (error "intern failed")]))
(vector->list (car desc)))
(map
(lambda (elem)

View File

@ -28,6 +28,7 @@
'exact
(format "~a /c ~a" cmd argstr))))
(else (raise-mismatch-error
who
(format "~a: don't know what shell to use for platform: " who)
(system-type)))))

View File

@ -60,7 +60,6 @@
(make-exn:application:arity
(format "<procedure-from-consumer-thread>: consumer procedure arity is ~e; provided ~s argument~a"
(procedure-arity f) num (if (= 1 num) "" "s"))
#f #f
(current-continuation-marks)
num
(procedure-arity f)))))