BCompiler.st
changeset 263 3b21d0991eff
parent 259 a469695d8d19
child 277 0b599e23a936
--- a/BCompiler.st	Thu Apr 25 18:48:24 1996 +0200
+++ b/BCompiler.st	Thu Apr 25 19:09:53 1996 +0200
@@ -80,6 +80,10 @@
         ShareCode       <Boolean>               reuse byteArrays for common (simple) code sequences
                                                 This is normally a 'good' optimization,
                                                 expect if you plan to modify the byteCodes.
+
+    [author:]
+        Claus Gittinger
+
 "
 ! !
 
@@ -2227,6 +2231,6 @@
 !ByteCodeCompiler class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libcomp/Attic/BCompiler.st,v 1.76 1996-04-25 07:53:22 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libcomp/Attic/BCompiler.st,v 1.77 1996-04-25 17:06:40 cg Exp $'
 ! !
 ByteCodeCompiler initialize!