ReadEvalPrintLoop.st
branchjv
changeset 18066 89d51443ba6f
parent 18011 deb0c3355881
parent 15365 d77ca24522dc
child 18091 abbcac10730e
--- a/ReadEvalPrintLoop.st	Sun Jun 09 00:49:37 2013 +0100
+++ b/ReadEvalPrintLoop.st	Mon Jun 10 17:32:35 2013 +0100
@@ -236,7 +236,7 @@
 
         self errorStream nextPutLine:'builtIn:'.
         ((ObjectMemory binaryModuleInfo 
-            select:[:m | m dynamic not])
+            reject:[:m | m dynamic])
                 asSortedCollection:[:a :b | a name < b name]) do:printModule.
 
         self errorStream nextPutLine:'dynamic:'.
@@ -426,9 +426,10 @@
 !ReadEvalPrintLoop class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libbasic/ReadEvalPrintLoop.st,v 1.39 2011-12-07 21:16:18 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libbasic/ReadEvalPrintLoop.st,v 1.40 2013-06-04 10:30:45 cg Exp $'
 !
 
 version_CVS
-    ^ '$Header: /cvs/stx/stx/libbasic/ReadEvalPrintLoop.st,v 1.39 2011-12-07 21:16:18 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libbasic/ReadEvalPrintLoop.st,v 1.40 2013-06-04 10:30:45 cg Exp $'
 ! !
+