compiler/PPCListNode.st
changeset 414 0eaf09920532
parent 392 9b297f0d949c
child 421 7e08b31e0dae
--- a/compiler/PPCListNode.st	Wed Nov 05 21:40:01 2014 +0000
+++ b/compiler/PPCListNode.st	Wed Nov 05 23:05:19 2014 +0000
@@ -7,6 +7,7 @@
 	category:'PetitCompiler-Nodes'
 !
 
+
 !PPCListNode methodsFor:'accessing'!
 
 children
@@ -63,3 +64,10 @@
 	^ retval
 ! !
 
+!PPCListNode class methodsFor:'documentation'!
+
+version_HG
+
+    ^ '$Changeset: <not expanded> $'
+! !
+