aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorMichael Meskes <meskes@postgresql.org>2000-03-10 06:48:46 +0000
committerMichael Meskes <meskes@postgresql.org>2000-03-10 06:48:46 +0000
commit37ae1c0467857484880841304be8604ff1ed3559 (patch)
tree9e3be5ab8aecd410ea4c0b2a41abdb37d08797a1 /src
parentbbae7a9881756859efa9ef21eac06cacea30926c (diff)
downloadpostgresql-37ae1c0467857484880841304be8604ff1ed3559.tar.gz
postgresql-37ae1c0467857484880841304be8604ff1ed3559.zip
*** empty log message ***
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;