Remove code that too agressively disabled inlines

This commit is contained in:
Eric Andersen 2003-08-01 22:27:57 +00:00
parent e6b811583a
commit 546f21aa2d

View File

@ -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) \