Index: src/Parser/TypeData.cc
===================================================================
--- src/Parser/TypeData.cc	(revision 5c25eee028e6f07fa4a838cc9dbf6c86ca82f635)
+++ src/Parser/TypeData.cc	(revision 2ee007657cea665088604109f9560f8212a1015d)
@@ -10,6 +10,6 @@
 // Created On       : Sat May 16 15:12:51 2015
 // Last Modified By : Peter A. Buhr
-// Last Modified On : Thu Apr 26 13:46:07 2018
-// Update Count     : 603
+// Last Modified On : Wed Jun  6 17:40:33 2018
+// Update Count     : 604
 //
 
@@ -610,7 +610,7 @@
 
 		if ( td->basictype == DeclarationNode::Float80 || td->basictype == DeclarationNode::Float128 ) {
-			if ( td->complextype != DeclarationNode::NoComplexType ) {
-				genTSError( DeclarationNode::complexTypeNames[ td->complextype ], td->basictype );
-			}
+			// if ( td->complextype != DeclarationNode::NoComplexType ) {
+			// 	genTSError( DeclarationNode::complexTypeNames[ td->complextype ], td->basictype );
+			// }
 			if ( td->basictype == DeclarationNode::Float80 ) ret = BasicType::Float80;
 			else ret = BasicType::Float128;
