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:
c9f3d59
)
Display TC_LIST as ``PAIR'' as per comment in "sdata.h".
author
Michael R. Blair
<edu/mit/csail/zurich/ziggy>
Mon, 5 Jun 2006 13:08:08 +0000
(13:08 +0000)
committer
Michael R. Blair
<edu/mit/csail/zurich/ziggy>
Mon, 5 Jun 2006 13:08:08 +0000
(13:08 +0000)
v7/src/microcode/ppband.c
patch
|
blob
|
history
diff --git
a/v7/src/microcode/ppband.c
b/v7/src/microcode/ppband.c
index 1955c4914cb090e66fb266bb3a721e973362e45c..7468565665ebe042d1ee8972a07378e8f42310be 100644
(file)
--- a/
v7/src/microcode/ppband.c
+++ b/
v7/src/microcode/ppband.c
@@
-1,6
+1,6
@@
/* -*-C-*-
-$Id: ppband.c,v 9.5
7 2006/06/05 13:02:51
ihtfisp Exp $
+$Id: ppband.c,v 9.5
8 2006/06/05 13:08:08
ihtfisp Exp $
Copyright (c) 1987-2006 Massachusetts Institute of Technology
@@
-382,6
+382,10
@@
DEFUN (Display, (Location, Type, The_Datum),
NON_POINTER (Type_Names[Type]);
break;
\f
+ case TC_LIST:
+ POINTER ("PAIR"); /* See comment for LIST in "sdata.h". */
+ break;
+
case TC_INTERNED_SYMBOL:
PRINT_OBJECT ("INTERNED-SYMBOL", Points_To);
printf (" = ");