[BusyBox-cvs] busybox/include libbb.h,1.107,1.108

Erik Andersen andersen at busybox.net
Fri Aug 1 22:28:01 UTC 2003


Update of /var/cvs/busybox/include
In directory winder:/tmp/cvs-serv30028/include

Modified Files:
	libbb.h 
Log Message:
Remove code that too agressively disabled inlines


Index: libbb.h
===================================================================
RCS file: /var/cvs/busybox/include/libbb.h,v
retrieving revision 1.107
retrieving revision 1.108
diff -u -d -r1.107 -r1.108
--- libbb.h	29 Jul 2003 07:05:36 -0000	1.107
+++ libbb.h	1 Aug 2003 22:27:57 -0000	1.108
@@ -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) \




More information about the busybox-cvs mailing list