[omniORB] OSF4 and omniorb compile

Gary Greyling gary@egenetics.com
Fri Dec 6 11:22:02 2002


I get a parse error when i try to compile omniorb on an OSF4 system. It's
the

#if NeedVarargsPrototypes

that gcc does not seem to like. If i change this to

#ifdef NeedVarargsPrototypes

would this break anything ?

gary