Compiler - implement matrix construction and equality

TRAC #11440
Author: Nicolas Capens
Signed-off-by: Shannon Woods
Signed-off-by: Daniel Koch

git-svn-id: https://angleproject.googlecode.com/svn/trunk@30 736b8ea6-26fd-11df-bfd4-992fa37f6226
diff --git a/Compiler/parseConst.cpp b/Compiler/parseConst.cpp
index 39606e9..31773d2 100644
--- a/Compiler/parseConst.cpp
+++ b/Compiler/parseConst.cpp
@@ -184,7 +184,7 @@
                 else 
                     leftUnionArray[i].setFConst(0.0f);
 
-                (element)++;
+                (index)++;
 
                 if (node->getType().getObjectSize() > 1)
                     count++;