Remove gratuitous redefinition of inline, which should already have been
authorTom Lane <[email protected]>
Tue, 29 Jan 2002 15:40:45 +0000 (15:40 +0000)
committerTom Lane <[email protected]>
Tue, 29 Jan 2002 15:40:45 +0000 (15:40 +0000)
taken care of in pg_config.h.

contrib/pgcrypto/blf.c

index 0caa33d4e321d49b4a0aee2b65433cae9993c30a..06040d33fb444e42e44c5c4e5d7d55bb93d4efe4 100644 (file)
 
 #include "blf.h"
 
-#undef inline
-#ifdef __GNUC__
-#define inline __inline
-#else                                                  /* !__GNUC__ */
-#define inline
-#endif   /* !__GNUC__ */
-
 /* Function for Feistel Networks */
 
 #define F(s, x) ((((s)[                   (((x)>>24)&0xFF)]  \