summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTom Lane2002-01-29 15:40:45 +0000
committerTom Lane2002-01-29 15:40:45 +0000
commit7798b50c609227d230e783e5cfd218e5bb2aebc4 (patch)
treea943cd20ab42047f91e2688aaa1664fbb6c605fb
parent6efc968233aa6fa5ceb35df88de50cf2bdced222 (diff)
Remove gratuitous redefinition of inline, which should already have been
taken care of in pg_config.h.
-rw-r--r--contrib/pgcrypto/blf.c7
1 files changed, 0 insertions, 7 deletions
diff --git a/contrib/pgcrypto/blf.c b/contrib/pgcrypto/blf.c
index bab59c15040..da2047b6cf5 100644
--- a/contrib/pgcrypto/blf.c
+++ b/contrib/pgcrypto/blf.c
@@ -45,13 +45,6 @@
#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)] \