projects
/
postgresql.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0ec2e90
)
Remove BoolPtr type
author
Peter Eisentraut
<peter_e@gmx.net>
Wed, 16 Aug 2017 04:22:32 +0000
(
00:22
-0400)
committer
Peter Eisentraut
<peter_e@gmx.net>
Thu, 14 Sep 2017 15:45:30 +0000
(11:45 -0400)
Not used and doesn't seem useful.
Reviewed-by: Thomas Munro <thomas.munro@enterprisedb.com>
src/include/c.h
patch
|
blob
|
blame
|
history
diff --git
a/src/include/c.h
b/src/include/c.h
index 630dfbfc413a5b1ac72209152fcef304a375d6c4..fd53010e249f65ecf85d48536bfb96d206f6c9af 100644
(file)
--- a/
src/include/c.h
+++ b/
src/include/c.h
@@
-211,8
+211,6
@@
typedef char bool;
#endif
#endif /* not C++ */
-typedef bool *BoolPtr;
-
#ifndef TRUE
#define TRUE 1
#endif