aboutsummaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorEric Andersen <andersen@codepoet.org>2003-08-01 22:27:57 +0000
committerEric Andersen <andersen@codepoet.org>2003-08-01 22:27:57 +0000
commit546f21aa2decef2382690deea8b8e901146b1557 (patch)
treeb6550571e6cc13979c8df06245ea8faf3e7a6c66 /include
parente6b811583a69008ead5fff7805e0dd1ae442270a (diff)
downloadbusybox-546f21aa2decef2382690deea8b8e901146b1557.tar.gz
Remove code that too agressively disabled inlines
Diffstat (limited to 'include')
-rw-r--r--include/libbb.h5
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 @@
# include "sha1.h"
#endif
-/* Compatability with ANSI C */
-#ifndef inline
-# define inline
-#endif
-
/* Convenience macros to test the version of gcc. */
#if defined __GNUC__ && defined __GNUC_MINOR__
# define __GNUC_PREREQ(maj, min) \