Commit 37ae1c04 authored by Michael Meskes's avatar Michael Meskes

*** empty log message ***

parent bbae7a98
...@@ -68,7 +68,7 @@ extern "C" ...@@ -68,7 +68,7 @@ extern "C"
ECPGd_ret_octet, ECPGd_ret_octet,
ECPGd_scale, ECPGd_scale,
ECPGd_type, ECPGd_type,
ECPGd_EODT, /* End of descriptor types. */ ECPGd_EODT /* End of descriptor types. */
}; };
#define IS_SIMPLE_TYPE(type) ((type) >= ECPGt_char && (type) <= ECPGt_varchar2) #define IS_SIMPLE_TYPE(type) ((type) >= ECPGt_char && (type) <= ECPGt_varchar2)
......
...@@ -16,7 +16,7 @@ extern int braces_open, ...@@ -16,7 +16,7 @@ extern int braces_open,
extern char *descriptor_index; extern char *descriptor_index;
extern char *descriptor_name; extern char *descriptor_name;
extern char *connection; extern char *connection;
extern char *input_filename;; extern char *input_filename;
extern char *yytext, errortext[128]; extern char *yytext, errortext[128];
extern int yylineno, yyleng; extern int yylineno, yyleng;
extern FILE *yyin, *yyout; extern FILE *yyin, *yyout;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment