mirror of
https://github.com/postgres/postgres.git
synced 2026-02-15 16:48:17 -05:00
a switch statement that has an empty default label. A label of a
switch statement must be followed by a statement (or a label which
is followed by a statement (or a label which ...)).
3. Files include stringinfo.h failed to compile. The macro,
'appendStringInfoCharMacro' is implemented with a '?:' operation
that returns a void expression for the true part and a char expresion
for the false part. Both the true and false parts of the '?:' oper-
ator must return the same type.
Billy G. Allie
|
||
|---|---|---|
| .. | ||
| dllist.h | ||
| fstack.h | ||
| hasht.h | ||
| lispsort.h | ||
| stringinfo.h | ||