diff --git a/src/isql/extract.epp b/src/isql/extract.epp index e442175c8e..b57aad8b6b 100644 --- a/src/isql/extract.epp +++ b/src/isql/extract.epp @@ -19,7 +19,7 @@ * * All Rights Reserved. * Contributor(s): ______________________________________. - * $Id: extract.epp,v 1.14 2003-09-09 11:03:37 robocop Exp $ + * $Id: extract.epp,v 1.15 2003-09-10 17:48:23 brodsom Exp $ * Revision 1.3 2000/11/22 17:07:25 patrickgriffin * In get_procedure_args change comment style from // to c style * @@ -94,7 +94,7 @@ extern IB_FILE *Out; /* Command terminator and procedure terminator */ -extern "C" const SQLTYPES Column_types[]; +extern const SQLTYPES Column_types[]; extern const SCHAR *Integral_subtypes[]; extern const SCHAR *Sub_types[]; extern const SCHAR *UDF_param_types[]; diff --git a/src/isql/show.epp b/src/isql/show.epp index 037ba24456..be2d85c772 100644 --- a/src/isql/show.epp +++ b/src/isql/show.epp @@ -19,7 +19,7 @@ * * All Rights Reserved. * Contributor(s): ______________________________________. - * $Id: show.epp,v 1.21 2003-09-09 11:03:37 robocop Exp $ + * $Id: show.epp,v 1.22 2003-09-10 17:48:23 brodsom Exp $ * Revision 1.2 2000/11/19 07:02:49 fsg * Change in show.e to use CHARACTER_LENGTH instead of FIELD_LENGTH in * SHOW PROCEDURE @@ -116,7 +116,7 @@ static const SCHAR *Object_types[] = { "User Defined Function" }; -extern "C" const SQLTYPES Column_types[] = { +extern const SQLTYPES Column_types[] = { {SMALLINT, "SMALLINT"}, /* NTX: keyword */ {INTEGER, "INTEGER"}, /* NTX: keyword */ {QUAD, "QUAD"}, /* NTX: keyword */