cpstack -> cpstak

This commit is contained in:
Vincent St-Amour 2011-04-27 10:37:42 -04:00
parent fd2d9ba0be
commit 33348795c9
8 changed files with 5 additions and 5 deletions

View File

@ -9,7 +9,7 @@ where <impl-or-benchmark> names an implementation as one of
...
or a benchmark as one of
conform
cpstack
cpstak
ctak
...
or any of the above prefixed by "no-" to skip the corresponding

View File

@ -449,7 +449,7 @@ exec racket -qu "$0" ${1+"$@"}
run-exe
extract-bigloo-times
clean-up-bin
(append '(cpstack nucleic2 takr2)
(append '(cpstak nucleic2 takr2)
racket-specific-progs))
(make-impl 'gambit
void
@ -509,7 +509,7 @@ exec racket -qu "$0" ${1+"$@"}
(define benchmarks
'(conform
cpstack
cpstak
ctak
deriv
dderiv

View File

@ -1,2 +0,0 @@
(module cpstack "wrap.ss")

View File

@ -0,0 +1,2 @@
(module cpstak "wrap.ss")