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:
9b72eee
)
Copy the arguments list returned by *ARGS*.
author
Chris Hanson
<org/chris-hanson/cph>
Tue, 6 Jul 1999 15:08:04 +0000
(15:08 +0000)
committer
Chris Hanson
<org/chris-hanson/cph>
Tue, 6 Jul 1999 15:08:04 +0000
(15:08 +0000)
v7/src/runtime/advice.scm
patch
|
blob
|
history
diff --git
a/v7/src/runtime/advice.scm
b/v7/src/runtime/advice.scm
index 2deed1d4c71e1ca1277f6c41665028108c6d3cdd..e46f42f19f9c9228c0013ded9fbb97aebe7541f9 100644
(file)
--- a/
v7/src/runtime/advice.scm
+++ b/
v7/src/runtime/advice.scm
@@
-1,6
+1,6
@@
#| -*-Scheme-*-
-$Id: advice.scm,v 14.1
5 1999/01/02 06:11:3
4 cph Exp $
+$Id: advice.scm,v 14.1
6 1999/07/06 15:08:0
4 cph Exp $
Copyright (c) 1988-1999 Massachusetts Institute of Technology
@@
-154,7
+154,7
@@
Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
(define the-result)
(define (*args*)
-
the-arguments
)
+
(list-copy the-arguments)
)
(define (*proc*)
the-procedure)