compiler/PPCNode.st
changeset 494 5cdfa83d6027
parent 488 19a9c25960ef
child 503 ff58cd9f1f3c
--- 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'!