diff options
Diffstat (limited to 'include/apos/utils.h')
| -rw-r--r-- | include/apos/utils.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/include/apos/utils.h b/include/apos/utils.h index d0b41ce..91b8535 100644 --- a/include/apos/utils.h +++ b/include/apos/utils.h @@ -14,6 +14,9 @@ #define GLUE2(x, y) x##y #define GLUE(x, y) GLUE2(x, y) +#define QUOTE2(x) #x +#define QUOTE(x) QUOTE2(x) + #include <apos/builtin.h> #if __has_builtin(__builtin_offsetof) |
