summaryrefslogtreecommitdiff
path: root/lib/macros.h
diff options
context:
space:
mode:
Diffstat (limited to 'lib/macros.h')
-rw-r--r--lib/macros.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/macros.h b/lib/macros.h
index 4894a335..aec24e1b 100644
--- a/lib/macros.h
+++ b/lib/macros.h
@@ -28,8 +28,8 @@
#define MACRO_BEGIN ({
#define MACRO_END })
-#define XQUOTE(x) #x
-#define QUOTE(x) XQUOTE(x)
+#define __QUOTE(x) #x
+#define QUOTE(x) __QUOTE(x)
#ifdef __ASSEMBLY__
#define DECL_CONST(x, s) x