From 546f21aa2decef2382690deea8b8e901146b1557 Mon Sep 17 00:00:00 2001 From: Eric Andersen Date: Fri, 1 Aug 2003 22:27:57 +0000 Subject: Remove code that too agressively disabled inlines --- include/libbb.h | 5 ----- 1 file changed, 5 deletions(-) diff --git a/include/libbb.h b/include/libbb.h index ddc93c1..750e0bb 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) \ -- cgit v1.1