]> granicus.if.org Git - postgresql/commitdiff
Remove gratuitous redefinition of inline, which should already have been
authorTom Lane <tgl@sss.pgh.pa.us>
Tue, 29 Jan 2002 15:40:45 +0000 (15:40 +0000)
committerTom Lane <tgl@sss.pgh.pa.us>
Tue, 29 Jan 2002 15:40:45 +0000 (15:40 +0000)
taken care of in pg_config.h.

contrib/pgcrypto/blf.c

index bab59c150408b45dd352d7becb3f419b9028ea67..da2047b6cf5b6320d56d30445d39424b85abdb61 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)]  \