git-svn-id: https://svn.inf.ethz.ch/svn/lecturers/a2/trunk@7551 8c9fc860-2736-0410-a75d-ab315db34111
@@ -270,7 +270,7 @@ TYPE
PROCEDURE ConstantNeedsSection(constant: SyntaxTree.Constant): BOOLEAN;
BEGIN
- RETURN constant.type.resolved IS SyntaxTree.StringType
+ RETURN (constant.type.resolved IS SyntaxTree.StringType) OR (constant.type.resolved IS SyntaxTree.MathArrayType)
END ConstantNeedsSection;
PROCEDURE TypeNeedsSection(type: SyntaxTree.TypeDeclaration): BOOLEAN;