projects
/
mit-scheme.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7938520
)
Fixed free variable.
author
Stephen Adams
<edu/mit/csail/zurich/adams>
Sun, 12 Mar 1995 16:31:16 +0000
(16:31 +0000)
committer
Stephen Adams
<edu/mit/csail/zurich/adams>
Sun, 12 Mar 1995 16:31:16 +0000
(16:31 +0000)
v8/src/compiler/base/stats.scm
patch
|
blob
|
history
diff --git
a/v8/src/compiler/base/stats.scm
b/v8/src/compiler/base/stats.scm
index 57461412382d9d134e036bd3a28b7147a650e95b..44d27b4e97779f769bf132d8aaea5b7ee69f8298 100644
(file)
--- a/
v8/src/compiler/base/stats.scm
+++ b/
v8/src/compiler/base/stats.scm
@@
-1,6
+1,6
@@
#| -*-Scheme-*-
-$Id: stats.scm,v 1.
2 1995/01/05 22:28:22
adams Exp $
+$Id: stats.scm,v 1.
3 1995/03/12 16:31:16
adams Exp $
Copyright (c) 1994 Massachusetts Institute of Technology
@@
-93,7
+93,7
@@
MIT in each case. |#
(cond ((find-statistic statistic)
=> (lambda (stat)
(apply (compiler-statistic/sample stat) data)
- dat
um))
+ dat
a))
(else
(define-compiler-statistic (length data) statistic)
(warn "SAMPLE should be replaced with call to SAMPLE/1 or SAMPLE/2"