Rearranging code somewhat.

This commit is contained in:
Christoffer Lerno
2022-09-22 00:05:22 +02:00
parent ad18d9ba48
commit cc71b96c38
6 changed files with 93 additions and 37 deletions

View File

@@ -302,6 +302,7 @@ void* CONCAT(foreach_vec_, __LINE__) = (vec__); unsigned CONCAT(foreach_len_, __
#else
#define VECLAST(_vec) (vec_size(_vec) ? (_vec)[vec_size(_vec) - 1] : NULL)
#endif
#define vectail(_vec) (_vec)[vec_size(_vec) - 1]
#if IS_GCC || IS_CLANG