Robin Redeker wrote:
Hi,

i just stepped on this:

   echo '{{}}!' | gst

hmmm... a one line fix:

--- orig/libgst/opt.c
+++ mod/libgst/opt.c
@@ -1715,6 +1715,7 @@ _gst_verify_method (OOP methodOOP, int *
            SEND_IMMEDIATE {
              if (n == NEW_COLON_SPECIAL
                  && IS_INT (last_used_literal)
+                 && last_used_literal != FROM_INT (0)
                  && sp[-2] == OOP_CLASS (_gst_array_class))
                {
                  partially_constructed_array *a;

Paolo


_______________________________________________
help-smalltalk mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/help-smalltalk

Reply via email to