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

Finalize Nickolay's rollback of my changes to get MSVC6 compiling HEAD.

This commit is contained in:
robocop 2004-10-04 04:59:05 +00:00
parent b231d30b4e
commit da2a5c1abc

View File

@ -27,7 +27,7 @@
//
//____________________________________________________________
//
// $Id: c_cxx.cpp,v 1.54 2004-10-03 04:43:43 robocop Exp $
// $Id: c_cxx.cpp,v 1.55 2004-10-04 04:59:05 robocop Exp $
//
#include "firebird.h"
@ -3687,11 +3687,7 @@ static void make_ok_test( const act* action, const gpre_req* request, int column
static void make_port(const gpre_port* port, int column)
{
// CVC: C++ compliance with constructors.
if (isLangCpp(gpreGlob.sw_language))
printa(column, "struct isc_%d_t {", port->por_ident);
else
printa(column, "struct {");
printa(column, "struct {");
for (const ref* reference = port->por_references; reference;
reference = reference->ref_next)