summary refs log tree commit diff stats
diff options
context:
space:
mode:
-rw-r--r--lib/nimbase.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/lib/nimbase.h b/lib/nimbase.h
index c66be40c2..4674b64c8 100644
--- a/lib/nimbase.h
+++ b/lib/nimbase.h
@@ -475,9 +475,7 @@ typedef char* NCSTRING;
   } name = {{length, (NI) ((NU)length | NIM_STRLIT_FLAG)}, str}
 
 /* declared size of a sequence/variable length array: */
-#if defined(__cplusplus) && defined(__clang__)
-#  define SEQ_DECL_SIZE 1
-#elif defined(__GNUC__) || defined(__clang__) || defined(_MSC_VER)
+#if  defined(__GNUC__) || defined(__clang__) || defined(_MSC_VER)
 #  define SEQ_DECL_SIZE /* empty is correct! */
 #else
 #  define SEQ_DECL_SIZE 1000000