Parser.st
changeset 2682 c27c69dca5e7
parent 2681 b3703c067373
child 2683 7940716b1020
--- a/Parser.st	Wed Sep 07 14:24:53 2011 +0200
+++ b/Parser.st	Wed Sep 07 21:43:23 2011 +0200
@@ -7316,11 +7316,7 @@
 primary_squeakComputedArray
     "parse a squeak computed array literal; return a node-tree, or raise an Error.
      In squeak, these are written as: { expr1 . expr2 . ... exprN )
-     and create a message to construct an Array containing the exprI values.
-     WARNING: this is only supported to allow filing in squeak code.
-     since stc cannot handle this (at the moment), you should rewrite the code
-     if you ever plan to stc-compile it into a shared library"
-
+     and create a message to construct an Array containing the exprI values"
 
     |pos pos2 exprList|
 
@@ -7358,6 +7354,7 @@
     "
 
     "Modified: / 27-07-2011 / 15:56:29 / Jan Vrany <jan.vrany@fit.cvut.cz>"
+    "Modified (format): / 07-09-2011 / 21:42:37 / cg"
 !
 
 primary_super
@@ -10505,7 +10502,7 @@
 !Parser class methodsFor:'documentation'!
 
 version_CVS
-    ^ '$Header: /cvs/stx/stx/libcomp/Parser.st,v 1.684 2011-09-07 12:24:53 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libcomp/Parser.st,v 1.685 2011-09-07 19:43:23 cg Exp $'
 !
 
 version_SVN