Oops, removed EOL comments as they;re not supported in Squeak / Pharo
authorJan Vrany <jan.vrany@fit.cvut.cz>
Thu, 18 Jun 2015 06:07:40 +0100
changeset 494 5cdfa83d6027
parent 493 0aed9c69ed48
child 495 555f59e60886
Oops, removed EOL comments as they;re not supported in Squeak / Pharo
compiler/PPCCodeBlock.st
compiler/PPCNode.st
--- a/compiler/PPCCodeBlock.st	Wed Jun 17 17:10:54 2015 +0100
+++ b/compiler/PPCCodeBlock.st	Thu Jun 18 06:07:40 2015 +0100
@@ -126,15 +126,12 @@
 initialize
     "Invoked when a new instance is created."
 
-    "/ please change as required (and remove this comment)
     buffer := String new writeStream.
     indentation := 1.
-    temporaries := OrderedCollection new.          
-
-
-    "/ super initialize.   -- commented since inherited method does nothing
+    temporaries := OrderedCollection new.
 
     "Modified: / 01-06-2015 / 20:57:08 / Jan Vrany <jan.vrany@fit.cvut.cz>"
+    "Modified (comment): / 18-06-2015 / 06:04:21 / Jan Vrany <jan.vrany@fit.cvut.cz>"
 ! !
 
 !PPCCodeBlock methodsFor:'printing and storing'!
--- a/compiler/PPCNode.st	Wed Jun 17 17:10:54 2015 +0100
+++ b/compiler/PPCNode.st	Thu Jun 18 06:07:40 2015 +0100
@@ -488,11 +488,10 @@
             view list: list.
             view
         ];
-        "/ application: [ ... ];
-        "/ text: [ ... ];
         yourself
 
     "Modified: / 22-05-2015 / 17:05:02 / Jan Vrany <jan.vrany@fit.cvut.cz>"
+    "Modified (comment): / 18-06-2015 / 06:04:41 / Jan Vrany <jan.vrany@fit.cvut.cz>"
 ! !
 
 !PPCNode methodsFor:'printing'!