Remove code that too agressively disabled inlines
authorEric Andersen <andersen@codepoet.org>
Fri, 1 Aug 2003 22:27:57 +0000 (22:27 -0000)
committerEric Andersen <andersen@codepoet.org>
Fri, 1 Aug 2003 22:27:57 +0000 (22:27 -0000)
include/libbb.h

index ddc93c1831d3511a694c6331b2a3435584fbebf6..750e0bb4ff1d69391143346b72bbab9b6e185269 100644 (file)
 # 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) \