mirror of
https://github.com/FirebirdSQL/firebird.git
synced 2025-01-23 12:43:03 +01:00
extern C cleaning
This commit is contained in:
parent
829491ce8c
commit
b88516b5c0
@ -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[];
|
||||
|
@ -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 */
|
||||
|
Loading…
Reference in New Issue
Block a user