compiler/PPCAbstractActionNode.st
changeset 428 b879012e366e
parent 422 116d2b2af905
child 438 20598d7ce9fa
--- a/compiler/PPCAbstractActionNode.st	Mon Apr 13 22:00:44 2015 +0100
+++ b/compiler/PPCAbstractActionNode.st	Tue Apr 14 07:40:53 2015 +0100
@@ -9,6 +9,7 @@
 	category:'PetitCompiler-Nodes'
 !
 
+
 !PPCAbstractActionNode methodsFor:'accessing'!
 
 block
@@ -38,3 +39,10 @@
 	^ super hash bitXor: block hash
 ! !
 
+!PPCAbstractActionNode class methodsFor:'documentation'!
+
+version_HG
+
+    ^ '$Changeset: <not expanded> $'
+! !
+