|
|
@ -59,7 +59,7 @@ static char *forward_name = NULL; |
|
|
|
struct ECPGtype ecpg_no_indicator = {ECPGt_NO_INDICATOR, NULL, NULL, NULL, {NULL}, 0}; |
|
|
|
struct ECPGtype ecpg_no_indicator = {ECPGt_NO_INDICATOR, NULL, NULL, NULL, {NULL}, 0}; |
|
|
|
struct variable no_indicator = {"no_indicator", &ecpg_no_indicator, 0, NULL}; |
|
|
|
struct variable no_indicator = {"no_indicator", &ecpg_no_indicator, 0, NULL}; |
|
|
|
|
|
|
|
|
|
|
|
struct ECPGtype ecpg_query = {ECPGt_char_variable, NULL, NULL, NULL, {NULL}, 0}; |
|
|
|
static struct ECPGtype ecpg_query = {ECPGt_char_variable, NULL, NULL, NULL, {NULL}, 0}; |
|
|
|
|
|
|
|
|
|
|
|
/* |
|
|
|
/* |
|
|
|
* Handle parsing errors and warnings |
|
|
|
* Handle parsing errors and warnings |
|
|
|