diff -r e29bd90f388e -r ff58cd9f1f3c compiler/extensions.st --- 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'!