8
0
mirror of https://github.com/FirebirdSQL/firebird.git synced 2025-01-24 06:03:02 +01:00
This commit is contained in:
asfernandes 2008-05-14 02:29:31 +00:00
parent 01ab301547
commit 60f5cd190e
3 changed files with 7 additions and 7 deletions

View File

@ -213,7 +213,7 @@ jrd_nod* CMP_clone_node_opt(thread_db* tdbb, CompilerScratch* csb, jrd_nod* node
{
/**************************************
*
* C M P _ c l o n e _ n o d e
* C M P _ c l o n e _ n o d e _ o p t
*
**************************************
*

View File

@ -203,17 +203,17 @@ static const SCHAR *isc_cpp_boiler_plate[] = {
"const ISC_STATUS isc_arg_number = 4; // numeric argument (long) ",
"const ISC_STATUS isc_arg_interpreted = 5; // interpreted status code (string) ",
"const ISC_STATUS isc_arg_vms = 6; // VAX/VMS status code (long) ",
"const ISC_STATUS isc_arg_unix = 7; // UNIX error code ",
"const ISC_STATUS isc_arg_unix = 7; // UNIX error code ",
"const ISC_STATUS isc_arg_domain = 8; // Apollo/Domain error code ",
"const ISC_STATUS isc_arg_dos = 9; // MSDOS/OS2 error code ",
"const ISC_STATUS isc_arg_mpexl = 10; // HP MPE/XL error code ",
"const ISC_STATUS isc_arg_mpexl_ipc = 11; // HP MPE/XL IPC error code ",
"const ISC_STATUS isc_arg_mpexl = 10; // HP MPE/XL error code ",
"const ISC_STATUS isc_arg_mpexl_ipc = 11; // HP MPE/XL IPC error code ",
// #'s 12-14 WERE USED BY TWIN SUN AND THUS MUST BE SKIPPED BY US!
"const ISC_STATUS isc_arg_next_mach = 15; // NeXT/Mach error code ",
"const ISC_STATUS isc_arg_next_mach = 15; // NeXT/Mach error code ",
"const ISC_STATUS isc_arg_netware = 16; // NetWare error code ",
"const ISC_STATUS isc_arg_win32 = 17; // Win32 error code ",
"const ISC_STATUS isc_arg_win32 = 17; // Win32 error code ",
"const ISC_STATUS isc_arg_warning = 18; // warning argument ",
"",
};

View File

@ -190,7 +190,7 @@ const int NOTASOCKET = EBADF;
// Solaris does not know what means INADDR_NONE
#ifndef INADDR_NONE
#define INADDR_NONE (unsigned long)-1
#define INADDR_NONE (unsigned long) -1
#endif
SLONG INET_remote_buffer;