Remove gratuitous redefinition of inline, which should already have been

taken care of in pg_config.h.
This commit is contained in:
Tom Lane 2002-01-29 15:40:45 +00:00
parent 6efc968233
commit 7798b50c60
1 changed files with 0 additions and 7 deletions

View File

@ -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)] \