compiler/PPCScanner.st
changeset 529 439c4057517f
parent 525 751532c8f3db
--- a/compiler/PPCScanner.st	Mon Aug 24 22:32:15 2015 +0100
+++ b/compiler/PPCScanner.st	Mon Aug 24 23:42:53 2015 +0100
@@ -10,6 +10,7 @@
 	category:'PetitCompiler-Scanner'
 !
 
+
 !PPCScanner class methodsFor:'as yet unclassified'!
 
 acceptsLoggingOfCompilation
@@ -257,3 +258,10 @@
     ^ (matchPosition == nil) not
 ! !
 
+!PPCScanner class methodsFor:'documentation'!
+
+version_HG
+
+    ^ '$Changeset: <not expanded> $'
+! !
+