ReadEvalPrintLoop.st
branchjv
changeset 17807 06cc6c49e291
parent 17761 b0e5971141bc
child 17814 b75a7f0c346b
--- a/ReadEvalPrintLoop.st	Tue Nov 09 13:54:57 2010 +0000
+++ b/ReadEvalPrintLoop.st	Tue Nov 09 16:24:28 2010 +0000
@@ -117,6 +117,14 @@
     ^ false
 !
 
+correctableWarning:message position:pos1 to:pos2 from:aCompiler
+    "compiler notifies us of an error - ignore it"
+
+    ^ false
+
+    "Created: / 02-11-2010 / 13:29:22 / cg"
+!
+
 error:aString position:relPos to:relEndPos from:aCompiler
     "compiler notifies us of a warning - ignore it"
 
@@ -364,9 +372,14 @@
 !ReadEvalPrintLoop class methodsFor:'documentation'!
 
 version
-    ^ '$Id: ReadEvalPrintLoop.st 10517 2010-04-26 18:26:38Z vranyj1 $'
+    ^ '$Id: ReadEvalPrintLoop.st 10590 2010-11-09 16:24:28Z vranyj1 $'
 !
 
 version_SVN
-    ^ '$Id: ReadEvalPrintLoop.st 10517 2010-04-26 18:26:38Z vranyj1 $'
+    ^ '$Id: ReadEvalPrintLoop.st 10590 2010-11-09 16:24:28Z vranyj1 $'
+!
+
+version_CVS
+    ^ '§Header: /cvs/stx/stx/libbasic/ReadEvalPrintLoop.st,v 1.27 2010-11-02 12:30:08 cg Exp §'
 ! !
+