compiler/PPCCompilationError.st
changeset 534 a949c4fe44df
parent 518 a6d8b93441b0
--- a/compiler/PPCCompilationError.st	Wed Aug 26 23:34:48 2015 +0100
+++ b/compiler/PPCCompilationError.st	Sat Aug 29 07:56:14 2015 +0100
@@ -9,9 +9,17 @@
 	category:'PetitCompiler-Exceptions'
 !
 
+
 !PPCCompilationError class methodsFor:'error signalling'!
 
 signalWith: message
     ^ self signal: message
 ! !
 
+!PPCCompilationError class methodsFor:'documentation'!
+
+version_HG
+
+    ^ '$Changeset: <not expanded> $'
+! !
+