projects
/
oweals
/
busybox.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e6b8115
)
Remove code that too agressively disabled inlines
author
Eric Andersen
<andersen@codepoet.org>
Fri, 1 Aug 2003 22:27:57 +0000
(22:27 -0000)
committer
Eric Andersen
<andersen@codepoet.org>
Fri, 1 Aug 2003 22:27:57 +0000
(22:27 -0000)
include/libbb.h
patch
|
blob
|
history
diff --git
a/include/libbb.h
b/include/libbb.h
index ddc93c1831d3511a694c6331b2a3435584fbebf6..750e0bb4ff1d69391143346b72bbab9b6e185269 100644
(file)
--- 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) \