summaryrefslogtreecommitdiff
path: root/g.h
diff options
context:
space:
mode:
authorn <@>2021-09-12 02:43:37 +0300
committern <@>2021-09-12 02:43:37 +0300
commit5f5728e53d73e8542dc124d77a1015ce599088c5 (patch)
tree2d089930631d7dbb4deada41305c81850f1b9dbf /g.h
parent1ee5b99a347eba6de1bb5e8f95c541c5ae52686c (diff)
g.k
Diffstat (limited to 'g.h')
-rw-r--r--g.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/g.h b/g.h
index 2d8c184d..eee172dd 100644
--- a/g.h
+++ b/g.h
@@ -491,3 +491,10 @@
#define WASM(a...)
#define NWASM(a...) a
#endif
+#ifdef libc
+ #define LIBC(a...) a
+ #define NLIBC(a...)
+#else
+ #define LIBC(a...)
+ #define NLIBC(a...) a
+#endif