aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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 @@
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) \