aboutsummaryrefslogtreecommitdiff
path: root/make.c
diff options
context:
space:
mode:
Diffstat (limited to 'make.c')
-rw-r--r--make.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/make.c b/make.c
index 53860cd..f1ac06a 100644
--- a/make.c
+++ b/make.c
@@ -24,8 +24,6 @@
#define CC "cc"
#ifdef __GLIBC__
# define CFLAGS WARN, "-std=c2x", "-D_GNU_SOURCE"
-#elifdef __APPLE__ /* TODO: Improve this check */
-# define CFLAGS WARN, "-std=c2x", "-DUINT64_WIDTH=64"
#else
# define CFLAGS WARN, "-std=c2x"
#endif