On Fri, Jun 09, 2000 at 11:43:41AM +0200, Alexander Mai wrote:
> Xbae headers have C++ clauses like
> 
> #if defined(__cplusplus) || defined(c_plusplus)
> 
> Where does this defined(c_plusplus) come from?
> The first is the canonical one. Which system/compiler defines
> c_plusplus ?

Ok, a quick research indicates that this is for legacy
C++ compilers, a symbol from the pre-ANSI language definition.

Probably we should get rid of this ...

-- 
Alexander Mai
[EMAIL PROTECTED]

Reply via email to