aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/interfaces/ecpg/include/ecpgtype.h2
-rw-r--r--src/interfaces/ecpg/preproc/extern.h2
2 files changed, 2 insertions, 2 deletions
diff --git a/src/interfaces/ecpg/include/ecpgtype.h b/src/interfaces/ecpg/include/ecpgtype.h
index 40a944856d4..b19ba177c0c 100644
--- a/src/interfaces/ecpg/include/ecpgtype.h
+++ b/src/interfaces/ecpg/include/ecpgtype.h
@@ -68,7 +68,7 @@ extern "C"
ECPGd_ret_octet,
ECPGd_scale,
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)
diff --git a/src/interfaces/ecpg/preproc/extern.h b/src/interfaces/ecpg/preproc/extern.h
index 41b3f9d972f..bcdba111915 100644
--- a/src/interfaces/ecpg/preproc/extern.h
+++ b/src/interfaces/ecpg/preproc/extern.h
@@ -16,7 +16,7 @@ extern int braces_open,
extern char *descriptor_index;
extern char *descriptor_name;
extern char *connection;
-extern char *input_filename;;
+extern char *input_filename;
extern char *yytext, errortext[128];
extern int yylineno, yyleng;
extern FILE *yyin, *yyout;