aboutsummaryrefslogtreecommitdiff
path: root/make.c
diff options
context:
space:
mode:
authorThomas Voss <mail@thomasvoss.com> 2024-06-11 18:07:15 +0200
committerThomas Voss <mail@thomasvoss.com> 2024-06-11 19:07:13 +0200
commit6d4f167b97306e0fb1691b9da653ec28e7094bc1 (patch)
tree647b19b33342eed5150696d29c32c480ca73f39b /make.c
parent4b7c178466da23d5c76308af6a06ae5de9125d84 (diff)
Code reshuffling
Diffstat (limited to 'make.c')
-rw-r--r--make.c8
1 files changed, 0 insertions, 8 deletions
diff --git a/make.c b/make.c
index 2a29fe6..d9b8bf3 100644
--- a/make.c
+++ b/make.c
@@ -31,14 +31,6 @@ static char *cflags_all[] = {
#if __GLIBC__
"-D_GNU_SOURCE",
#endif
-#if __GNUC__
- "-Dlikely(x)=__builtin_expect(!!(x), 1)",
- "-Dunlikely(x)=__builtin_expect(!!(x), 0)",
-#else
- "-D__attribute__(x)=",
- "-Dlikely(x)=(x)",
- "-Dunlikely(x)=(x)",
-#endif
};
static char *cflags_dbg[] = {