repo.or.cz
/
pgsql.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Fix a compiler warning in initStringInfo().
[pgsql.git]
/
src
/
tools
/
pg_bsd_indent
/
tests
/
binary.0
blob
0c5ebf7e8f898b6cfe0a335593bc7f8c5a24fc9f
1
#define b00101010 -1
2
void t(void) {
3
unsigned a[] = {0b00101010, 0x00005678, 02, 17U};
4
float x[] = {.7f, 0.7f};
5
unsigned long ul[] = {0b00001111UL, 0x01010101UL, 02UL, 17UL};
6
7
if (0 b00101010)
8
return;
9
}