# HG changeset patch # User Jan Vrany # Date 1438331715 -3600 # Node ID 7b8093caf796cba17d17535e0fd47c6def8c9479 # Parent 694a247a12ba40879734f0197ff3c41beb023ade Portability fix: do not use "/ style comments in PetitParser code. diff -r 694a247a12ba -r 7b8093caf796 PPParser.st --- a/PPParser.st Fri Jul 31 07:57:23 2015 +0100 +++ b/PPParser.st Fri Jul 31 09:35:15 2015 +0100 @@ -191,11 +191,10 @@ view list: list. view ]; - "/ application: [ ... ]; - "/ text: [ ... ]; yourself "Modified: / 22-05-2015 / 17:05:02 / Jan Vrany " + "Modified (comment): / 31-07-2015 / 09:34:04 / Jan Vrany " ! ! !PPParser methodsFor:'operations'! diff -r 694a247a12ba -r 7b8093caf796 compiler/tests/extras/PPCSetUpBeforeTearDownAfterResource.st --- a/compiler/tests/extras/PPCSetUpBeforeTearDownAfterResource.st Fri Jul 31 07:57:23 2015 +0100 +++ b/compiler/tests/extras/PPCSetUpBeforeTearDownAfterResource.st Fri Jul 31 09:35:15 2015 +0100 @@ -25,9 +25,6 @@ initialize "Invoked at system start or when the class is dynamically loaded." - "/ please change as required (and remove this comment) - "/ testCaseClass := nil. - CachedResources := Dictionary new "Modified: / 30-07-2015 / 07:47:41 / Jan Vrany "