compiler/extensions.st
changeset 503 ff58cd9f1f3c
parent 484 e829f3860745
parent 502 1e45d3c96ec5
child 516 3b81c9e53352
--- a/compiler/extensions.st	Fri Jun 19 08:13:39 2015 +0100
+++ b/compiler/extensions.st	Fri Jul 24 15:37:23 2015 +0100
@@ -8,6 +8,12 @@
 
 !Object methodsFor:'*petitcompiler'!
 
+canHavePPCId
+    ^ false
+! !
+
+!Object methodsFor:'*petitcompiler'!
+
 isInlinedMethod
     ^ false
 ! !
@@ -638,7 +644,7 @@
 !PPSmalltalkGrammar methodsFor:'*petitcompiler'!
 
 comment
- 	^ $" asParser, $" asParser negate star, $" asParser.	
+ 		^ $" asParser, $" asParser negate star, $" asParser.	
 ! !
 
 !PPSmalltalkGrammar methodsFor:'*petitcompiler'!