Remove gratuitous redefinition of inline, which should already have been

taken care of in pg_config.h.
REL7_2_STABLE
Tom Lane 24 years ago
parent 6efc968233
commit 7798b50c60
  1. 7
      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)] \

Loading…
Cancel
Save