compiler/PPCRecognizerComponentDetector.st
changeset 537 fb212e14d1f4
parent 524 f6f68d32de73
--- a/compiler/PPCRecognizerComponentDetector.st	Mon Sep 07 08:03:02 2015 +0100
+++ b/compiler/PPCRecognizerComponentDetector.st	Mon Sep 07 08:20:46 2015 +0100
@@ -9,6 +9,7 @@
 	category:'PetitCompiler-Visitors'
 !
 
+
 !PPCRecognizerComponentDetector methodsFor:'visiting'!
 
 visitNotNode: node
@@ -94,3 +95,10 @@
     ^ retval
 ! !
 
+!PPCRecognizerComponentDetector class methodsFor:'documentation'!
+
+version_HG
+
+    ^ '$Changeset: <not expanded> $'
+! !
+