compiler/PPCTokenCodeGenerator.st
changeset 518 a6d8b93441b0
parent 516 3b81c9e53352
child 525 751532c8f3db
--- a/compiler/PPCTokenCodeGenerator.st	Mon Aug 17 13:39:38 2015 +0100
+++ b/compiler/PPCTokenCodeGenerator.st	Mon Aug 17 23:11:56 2015 +0100
@@ -9,6 +9,7 @@
 	category:'PetitCompiler-Visitors'
 !
 
+
 !PPCTokenCodeGenerator methodsFor:'accessing'!
 
 arguments: args
@@ -305,3 +306,10 @@
     ^ self visitToken: node
 ! !
 
+!PPCTokenCodeGenerator class methodsFor:'documentation'!
+
+version_HG
+
+    ^ '$Changeset: <not expanded> $'
+! !
+