fixes #23913; empty SEQ_DECL_SIZE (#23940)

This commit is contained in:
Tomohiro
2024-08-12 22:19:42 +09:00
committed by GitHub
parent 20043ea09e
commit 7a0069a134

View File

@@ -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