diff --git a/src/interfaces/ecpg/include/ecpgtype.h b/src/interfaces/ecpg/include/ecpgtype.h index 40a944856d..b19ba177c0 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 41b3f9d972..bcdba11191 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;