projects
/
libusual.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0f4102f
)
pgutil: avoid gperf use of long
author
Marko Kreen
<markokr@gmail.com>
Tue, 22 Feb 2011 19:06:46 +0000
(21:06 +0200)
committer
Marko Kreen
<markokr@gmail.com>
Tue, 22 Feb 2011 19:06:46 +0000
(21:06 +0200)
usual/pgutil.c
patch
|
blob
|
blame
|
history
diff --git
a/usual/pgutil.c
b/usual/pgutil.c
index a81f74bbbd18d51332e659e3e5bdd5bf94d85897..418cbe21a1d504a0cb35ee87fb9c7684cdcb8ceb 100644
(file)
--- a/
usual/pgutil.c
+++ b/
usual/pgutil.c
@@
-275,6
+275,7
@@
failed:
#define inline
#define __inline
#define __attribute__(x)
+#define long uintptr_t
/* include gperf code */
const char *pg_keyword_lookup_real(const char *str, unsigned int len);