8
0
mirror of https://github.com/FirebirdSQL/firebird.git synced 2025-02-02 10:00:38 +01:00

Correction to the clean up of the Apollo port

This commit is contained in:
dimitr 2002-02-23 07:49:48 +00:00
parent 6adf9a5ca2
commit 9a114da9de
6 changed files with 1 additions and 9 deletions

View File

@ -192,7 +192,6 @@ BOOLEAN ERRD_post_warning(STATUS status, ...)
case gds_arg_vms:
case gds_arg_unix:
case gds_arg_domain:
case gds_arg_dos:
case gds_arg_mpexl:
case gds_arg_next_mach:

View File

@ -1417,7 +1417,6 @@ static void error_post(STATUS status, ...)
case gds_arg_vms:
case gds_arg_unix:
case gds_arg_domain:
case gds_arg_dos:
case gds_arg_mpexl:
case gds_arg_mpexl_ipc:

View File

@ -379,7 +379,6 @@ BOOLEAN DLL_EXPORT ERR_post_warning(STATUS status, ...)
case gds_arg_vms:
case gds_arg_unix:
case gds_arg_domain:
case gds_arg_dos:
case gds_arg_mpexl:
case gds_arg_next_mach:

View File

@ -21,7 +21,7 @@
* Contributor(s): ______________________________________.
*/
/*
$Id: par.cpp,v 1.5 2002-01-04 11:34:16 skywalker Exp $
$Id: par.cpp,v 1.6 2002-02-23 07:49:48 dimitr Exp $
*/
#include "firebird.h"
@ -642,7 +642,6 @@ static void error(CSB csb, ...)
case gds_arg_win32:
case gds_arg_dos:
case gds_arg_netware:
case gds_arg_domain:
case gds_arg_mpexl:
*p++ = va_arg(args, int);
break;
@ -2934,7 +2933,6 @@ static void warning(CSB csb, ...)
case gds_arg_win32:
case gds_arg_dos:
case gds_arg_netware:
case gds_arg_domain:
case gds_arg_mpexl:
*p++ = va_arg(args, int);
break;

View File

@ -589,7 +589,6 @@ static STATUS error(STATUS * status_vector, ...)
assert(FALSE);
case gds_arg_vms:
case gds_arg_unix:
case gds_arg_domain:
*p++ = va_arg(args, int);
break;
}

View File

@ -69,7 +69,6 @@ void STUFF_STATUS_function(STATUS* status_vector, STATUS status, va_list args)
case gds_arg_vms:
case gds_arg_unix:
case gds_arg_domain:
case gds_arg_dos:
case gds_arg_mpexl:
case gds_arg_next_mach:
@ -107,7 +106,6 @@ void PARSE_STATUS(STATUS * status_vector, int &length, int &warning)
case gds_arg_number:
case gds_arg_vms:
case gds_arg_unix:
case gds_arg_domain:
case gds_arg_dos:
case gds_arg_mpexl:
case gds_arg_next_mach: