Skip to content

Commit

Permalink
Add missing "typedef" in declaration
Browse files Browse the repository at this point in the history
Addresses compiler issue raised in GitHub #19.
  • Loading branch information
ibarwick committed Oct 21, 2020
1 parent f88d9d9 commit 4fbe097
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/firebird_fdw.h
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@
|| (x) == NUMERICOID || (x) == DATEOID || (x) == TIMESTAMPOID \
|| (x) == TIMEOID)

union opttype {
typedef union opttype {
char **strptr;
int *intptr;
bool *boolptr;
Expand Down

0 comments on commit 4fbe097

Please sign in to comment.