Parser.st
changeset 1386 10cb83add18b
parent 1380 7288e4623e2b
child 1391 6139f0c7abf3
--- a/Parser.st	Fri Mar 28 15:43:25 2003 +0100
+++ b/Parser.st	Fri Mar 28 15:55:59 2003 +0100
@@ -7024,6 +7024,10 @@
 
 !Parser::ParseError methodsFor:'accessing'!
 
+description
+    ^ super description , (errorMessage ? '')
+!
+
 endPosition
     "return the value of the instance variable 'endPosition' (automatically generated)"
 
@@ -7057,7 +7061,7 @@
 !Parser class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libcomp/Parser.st,v 1.373 2003-03-27 13:59:40 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libcomp/Parser.st,v 1.374 2003-03-28 14:55:59 cg Exp $'
 ! !
 
 Parser initialize!