Proc and ## in macros

From: hcarty <hcarty_at_gssec.bt.co.uk>
Date: 1997/10/02
Message-ID: <3433A7B6.19BA_at_gssec.bt.co.uk>#1/1


Have moved to Oracle 7.3.2.3 and it's accompanying Proc compiler version My code did compile on 7.1.6 ie did compile that is, using statements like
#define DECLARE_RPC_WRAPPER(name, return_type, args) \
return_type name##args##;
#define DEFINE_RPC_WRAPPER_SIGNATURE(class, name,return_type,args)\
return_type class##::##name##args

but now with the version as stated above it wants to replace the second # with some other symbol.

What compiler options am I missing for this version ?

Regards Received on Thu Oct 02 1997 - 00:00:00 CEST

Original text of this message