X-Git-Url: https://scm.lunaixsky.com/lunaix-os.git/blobdiff_plain/cbc8fdbfe473e23e19690204418e19999a9522d1..0fd474df7001837bde53da0e42e83081827c9641:/lunaix-os/includes/lunaix/compiler.h?ds=sidebyside diff --git a/lunaix-os/includes/lunaix/compiler.h b/lunaix-os/includes/lunaix/compiler.h index a41c741..aea7e58 100644 --- a/lunaix-os/includes/lunaix/compiler.h +++ b/lunaix-os/includes/lunaix/compiler.h @@ -39,8 +39,9 @@ #define prefetch_rd(ptr, ll) __builtin_prefetch((ptr), 0, ll) #define prefetch_wr(ptr, ll) __builtin_prefetch((ptr), 1, ll) -#define stringify(v) #v -#define stringify__(v) stringify(v) +#define v__(v) (v) +#define stringify(v) #v +#define stringify__(v) stringify(v) #define compact __attribute__((packed)) #define align(v) __attribute__((aligned (v)))