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:
26a442d
)
Eliminate compiler warning.
author
Chris Hanson
<org/chris-hanson/cph>
Thu, 25 Mar 1999 03:44:20 +0000
(
03:44
+0000)
committer
Chris Hanson
<org/chris-hanson/cph>
Thu, 25 Mar 1999 03:44:20 +0000
(
03:44
+0000)
v7/src/runtime/udata.scm
patch
|
blob
|
history
diff --git
a/v7/src/runtime/udata.scm
b/v7/src/runtime/udata.scm
index f60787f3cde81e7ac09a906bff64075d8406675c..38fb1e59fab76dc3d984b44a88018d039368954f 100644
(file)
--- a/
v7/src/runtime/udata.scm
+++ b/
v7/src/runtime/udata.scm
@@
-1,6
+1,6
@@
#| -*-Scheme-*-
-$Id: udata.scm,v 14.
19 1999/01/02 06:19:1
0 cph Exp $
+$Id: udata.scm,v 14.
20 1999/03/25 03:44:2
0 cph Exp $
Copyright (c) 1988-1999 Massachusetts Institute of Technology
@@
-201,6
+201,7
@@
contains constants derived from the source program.
;; and contain symbols and fixnums]
(let ((kind (quotient datum #x10000))
(count (remainder datum #x10000)))
+ kind
(loop (+ index 1 count))))
(else
index)))))))