projects
/
users
/
bernd
/
postgres.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
fddb2ce
)
Remove gratuitous redefinition of inline, which should already have been
author
Tom Lane
<
[email protected]
>
Tue, 29 Jan 2002 15:40:45 +0000
(15:40 +0000)
committer
Tom Lane
<
[email protected]
>
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 0caa33d4e321d49b4a0aee2b65433cae9993c30a..06040d33fb444e42e44c5c4e5d7d55bb93d4efe4 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)] \