Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bbae7a9 commit 37ae1c0Copy full SHA for 37ae1c0
src/interfaces/ecpg/include/ecpgtype.h
@@ -68,7 +68,7 @@ extern "C"
68
ECPGd_ret_octet,
69
ECPGd_scale,
70
ECPGd_type,
71
- ECPGd_EODT, /* End of descriptor types. */
+ ECPGd_EODT /* End of descriptor types. */
72
};
73
74
#define IS_SIMPLE_TYPE(type) ((type) >= ECPGt_char && (type) <= ECPGt_varchar2)
src/interfaces/ecpg/preproc/extern.h
@@ -16,7 +16,7 @@ extern int braces_open,
16
extern char *descriptor_index;
17
extern char *descriptor_name;
18
extern char *connection;
19
-extern char *input_filename;;
+extern char *input_filename;
20
extern char *yytext, errortext[128];
21
extern int yylineno, yyleng;
22
extern FILE *yyin, *yyout;
0 commit comments