compiler/PPCAnyNode.st
changeset 405 0470a5e6e712
parent 392 9b297f0d949c
child 414 0eaf09920532
--- a/compiler/PPCAnyNode.st	Sat Nov 01 00:34:30 2014 +0000
+++ b/compiler/PPCAnyNode.st	Mon Nov 03 09:10:56 2014 +0000
@@ -7,6 +7,7 @@
 	category:'PetitCompiler-Nodes'
 !
 
+
 !PPCAnyNode methodsFor:'as yet unclassified'!
 
 acceptsEpsilon
@@ -34,3 +35,10 @@
 	^ #any
 ! !
 
+!PPCAnyNode class methodsFor:'documentation'!
+
+version_HG
+
+    ^ '$Changeset: <not expanded> $'
+! !
+