Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit 7798b50

Browse files
committed
Remove gratuitous redefinition of inline, which should already have been
taken care of in pg_config.h.
1 parent 6efc968 commit 7798b50

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

contrib/pgcrypto/blf.c

-7
Original file line numberDiff line numberDiff line change
@@ -45,13 +45,6 @@
4545

4646
#include "blf.h"
4747

48-
#undef inline
49-
#ifdef __GNUC__
50-
#define inline __inline
51-
#else /* !__GNUC__ */
52-
#define inline
53-
#endif /* !__GNUC__ */
54-
5548
/* Function for Feistel Networks */
5649

5750
#define F(s, x) ((((s)[ (((x)>>24)&0xFF)] \

0 commit comments

Comments
 (0)