compiler/PPCNotCharSetPredicateNode.st
changeset 396 ec569977267a
parent 392 9b297f0d949c
child 414 0eaf09920532
--- a/compiler/PPCNotCharSetPredicateNode.st	Sun Oct 26 22:08:41 2014 +0000
+++ b/compiler/PPCNotCharSetPredicateNode.st	Sun Oct 26 22:49:03 2014 +0000
@@ -7,6 +7,7 @@
 	category:'PetitCompiler-Nodes'
 !
 
+
 !PPCNotCharSetPredicateNode methodsFor:'as yet unclassified'!
 
 asInlined
@@ -33,3 +34,10 @@
 	^ (PPPredicateObjectParser on: predicate message: 'predicate not expected') not.
 ! !
 
+!PPCNotCharSetPredicateNode class methodsFor:'documentation'!
+
+version_HG
+
+    ^ '$Changeset: <not expanded> $'
+! !
+