aboutsummaryrefslogtreecommitdiffstats
path: root/cppawk-include
diff options
context:
space:
mode:
Diffstat (limited to 'cppawk-include')
-rw-r--r--cppawk-include/base.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/cppawk-include/base.h b/cppawk-include/base.h
index 568ffcd..958a32b 100644
--- a/cppawk-include/base.h
+++ b/cppawk-include/base.h
@@ -36,7 +36,7 @@
#define __xcat(a, b) __cat(a, b)
#define __str(x) # x
#define __xstr(x) __str(x)
-#define __g(name) __xcat(name, __LINE__)
+#define __g(name) __xcat(__, __xcat(name, __LINE__))
#define __error(...) { printf(__VA_ARGS__); print; exit 1 }