diff options
author | andersen <andersen@69ca8d6d-28ef-0310-b511-8ec308f3f277> | 2003-08-01 22:27:57 +0000 |
---|---|---|
committer | andersen <andersen@69ca8d6d-28ef-0310-b511-8ec308f3f277> | 2003-08-01 22:27:57 +0000 |
commit | 61380c7742297f4585a848bcfcb73394a735c035 (patch) | |
tree | b6550571e6cc13979c8df06245ea8faf3e7a6c66 /include/libbb.h | |
parent | 164aa744c993fa0fc5b302b4395693c566d57480 (diff) | |
download | busybox-w32-61380c7742297f4585a848bcfcb73394a735c035.tar.gz busybox-w32-61380c7742297f4585a848bcfcb73394a735c035.tar.bz2 busybox-w32-61380c7742297f4585a848bcfcb73394a735c035.zip |
Remove code that too agressively disabled inlines
git-svn-id: svn://busybox.net/trunk/busybox@7152 69ca8d6d-28ef-0310-b511-8ec308f3f277
Diffstat (limited to '')
-rw-r--r-- | include/libbb.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/include/libbb.h b/include/libbb.h index ddc93c183..750e0bb4f 100644 --- a/include/libbb.h +++ b/include/libbb.h | |||
@@ -52,11 +52,6 @@ | |||
52 | # include "sha1.h" | 52 | # include "sha1.h" |
53 | #endif | 53 | #endif |
54 | 54 | ||
55 | /* Compatability with ANSI C */ | ||
56 | #ifndef inline | ||
57 | # define inline | ||
58 | #endif | ||
59 | |||
60 | /* Convenience macros to test the version of gcc. */ | 55 | /* Convenience macros to test the version of gcc. */ |
61 | #if defined __GNUC__ && defined __GNUC_MINOR__ | 56 | #if defined __GNUC__ && defined __GNUC_MINOR__ |
62 | # define __GNUC_PREREQ(maj, min) \ | 57 | # define __GNUC_PREREQ(maj, min) \ |