summaryrefslogtreecommitdiff
path: root/g.h
diff options
context:
space:
mode:
authorn <@>2021-10-31 19:44:30 +0200
committern <@>2021-10-31 19:44:30 +0200
commitb7d2f47b5f533a052ab3cb142a925ae5992ad423 (patch)
treea07b066b640ede2287a303eed85113d6fd594849 /g.h
parent04552aa6374d06d1245050bf5d0a24116bda25f0 (diff)
0.c
Diffstat (limited to 'g.h')
-rw-r--r--g.h35
1 files changed, 0 insertions, 35 deletions
diff --git a/g.h b/g.h
index 902c4eac..ebc04d24 100644
--- a/g.h
+++ b/g.h
@@ -499,38 +499,3 @@
#define _tZDC(x) (_tZD(x)||_tC(x))
#define _tmMA(x) (_tmM(x)||_tA(x))
#define _tsSA(x) (_tsS(x)||_tA(x))
-#ifdef DEBUG
- #define DBG(a...) a
- #define NDBG(a...)
-#else
- #define DBG(a...)
- #define NDBG(a...) a
-#endif
-#ifdef libc
- #define LIBC(a...) a
- #define NLIBC(a...)
-#else
- #define LIBC(a...)
- #define NLIBC(a...) a
-#endif
-#ifdef i386
- #define I386(a...) a
- #define NI386(a...)
-#else
- #define I386(a...)
- #define NI386(a...) a
-#endif
-#ifdef wasm
- #define WASM(a...) a
- #define NWASM(a...)
-#else
- #define WASM(a...)
- #define NWASM(a...) a
-#endif
-#ifdef __FreeBSD__
- #define FBSD(a...) a
- #define NFBSD(a...)
-#else
- #define FBSD(a...)
- #define NFBSD(a...) a
-#endif