# HG changeset patch # User Jan Vrany # Date 1434604060 -3600 # Node ID 5cdfa83d6027e8b38916cdf056c1c36890de8d26 # Parent 0aed9c69ed483c202f36edd10f4e200947f78440 Oops, removed EOL comments as they;re not supported in Squeak / Pharo diff -r 0aed9c69ed48 -r 5cdfa83d6027 compiler/PPCCodeBlock.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 " + "Modified (comment): / 18-06-2015 / 06:04:21 / Jan Vrany " ! ! !PPCCodeBlock methodsFor:'printing and storing'! diff -r 0aed9c69ed48 -r 5cdfa83d6027 compiler/PPCNode.st --- 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 " + "Modified (comment): / 18-06-2015 / 06:04:41 / Jan Vrany " ! ! !PPCNode methodsFor:'printing'!