Small changes fixing stuff

This commit is contained in:
Krzosa Karol
2022-10-04 11:42:16 +02:00
parent b10f3840df
commit 3c172233f6
8 changed files with 343 additions and 343 deletions

View File

@@ -62,12 +62,10 @@ typedef double F64;
#define kib(x) ((x)*1024llu)
#define mib(x) (kib(x)*1024llu)
#define gib(x) (mib(x)*1024llu)
#define JOIN1(X,Y) X##Y // helper macro
#define JOIN1(X,Y) X##Y
#define JOIN(X,Y) JOIN1(X,Y)
#define string_expand(x) (int)x.len, x.str
#define FLAG32(x) typedef U32 x; enum
#if defined(__clang__)
# define COMPILER_CLANG 1
# if defined(_WIN32)