From 1feb6237986a309c7999f31278eb93d0197b8b83 Mon Sep 17 00:00:00 2001 From: Kathy Gray Date: Thu, 17 Nov 2005 23:05:07 +0000 Subject: [PATCH] svn: r1343 --- collects/profj/parsers/full-parser.ss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/collects/profj/parsers/full-parser.ss b/collects/profj/parsers/full-parser.ss index 887ab021ed..91fce83127 100644 --- a/collects/profj/parsers/full-parser.ss +++ b/collects/profj/parsers/full-parser.ss @@ -753,7 +753,7 @@ [(new PrimitiveType Dims ArrayInitializer) (make-array-alloc-init #f (build-src 4) $2 $3 $4)] ;; 1.1 [(new ClassOrInterfaceType Dims ArrayInitializer) - (make-array-alloc-init #f (build-src 4) (make-type-spec $2 (build-src 2 2)) $3 $4)]) + (make-array-alloc-init #f (build-src 4) (make-type-spec $2 $3 (build-src 2 2)) $3 $4)]) (DimExprs [(DimExpr) (list $1)]