projects
/
users
/
rhaas
/
postgres.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6efc968
)
Remove gratuitous redefinition of inline, which should already have been
author
Tom Lane
<tgl@sss.pgh.pa.us>
Tue, 29 Jan 2002 15:40:45 +0000
(15:40 +0000)
committer
Tom 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
patch
|
blob
|
blame
|
history
diff --git
a/contrib/pgcrypto/blf.c
b/contrib/pgcrypto/blf.c
index bab59c150408b45dd352d7becb3f419b9028ea67..da2047b6cf5b6320d56d30445d39424b85abdb61 100644
(file)
--- 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)] \