Decomp.st
changeset 327 38119b9c1623
parent 326 d2858404a4a4
child 331 92f5214d6de2
--- a/Decomp.st	Sat Aug 10 00:31:00 1996 +0200
+++ b/Decomp.st	Sat Aug 10 00:55:35 1996 +0200
@@ -393,11 +393,12 @@
 "/    listStream show:specialIndex printString.
     listStream show:(#(Array String FloatArray DoubleArray
                        Point Symbol Smalltalk Processor 
+                       SmallInteger Character Float Process
                        Set IdentitySet Dictionary IdentityDictionary
                        Semaphore OrderedCollection) at:specialIndex + 1)
 
     "Modified: 16.4.1996 / 20:28:53 / cg"
-
+    "Modified: 9.8.1996 / 23:59:36 / stefan"
 !
 
 showSpecialSend:byte
@@ -1184,10 +1185,16 @@
     ^ syms at:(aByte + 1)
 
     "Modified: 2.9.1995 / 00:12:11 / claus"
+!
+
+ttt
+        Set new
+
+    "Created: 9.8.1996 / 23:49:00 / stefan"
 ! !
 
 !Decompiler  class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libcomp/Attic/Decomp.st,v 1.15 1996-08-09 22:31:00 stefan Exp $'
+    ^ '$Header: /cvs/stx/stx/libcomp/Attic/Decomp.st,v 1.16 1996-08-09 22:55:35 stefan Exp $'
 ! !