summaryrefslogtreecommitdiff
path: root/contrib/string/string_io.c
diff options
context:
space:
mode:
authorBruce Momjian2000-02-13 13:21:11 +0000
committerBruce Momjian2000-02-13 13:21:11 +0000
commita81e64023949c35a8fcc3abe95768b82a9d5cca2 (patch)
treebdd7ee0a6e1df8aa7b5e3eb520fb4ce697ff4548 /contrib/string/string_io.c
parent5fd4305e852ec346b15a913ee81f10c71b85f243 (diff)
2. trigger.c fails to compile due to a syntax error. It contains
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
Diffstat (limited to 'contrib/string/string_io.c')
0 files changed, 0 insertions, 0 deletions