Index: src/Parser/ExpressionNode.cc
===================================================================
--- src/Parser/ExpressionNode.cc	(revision c5b55c44412a415b24dc720505dfe38f097da290)
+++ src/Parser/ExpressionNode.cc	(revision 8e2cb4aa6658f98542c6adf760d5dba01324c12c)
@@ -10,6 +10,6 @@
 // Created On       : Sat May 16 13:17:07 2015
 // Last Modified By : Peter A. Buhr
-// Last Modified On : Thu Aug 20 11:52:59 2020
-// Update Count     : 1075
+// Last Modified On : Thu Aug 20 14:01:46 2020
+// Update Count     : 1076
 //
 
@@ -216,6 +216,6 @@
 			//printf( "%llx %llu\n", v, v );
 		} else if ( checkB( str[1] ) ) {				// binary constant ?
+#if defined(__SIZEOF_INT128__)
 			unsigned int len = str.length();
-#if defined(__SIZEOF_INT128__)
 			if ( type == 5 && len > 2 + 64 ) {
 				if ( len > 2 + 64 + 64 ) SemanticError( yylloc, "128-bit binary constant to large " + str );
