On Wed, 21 Sep 2011 03:11:04 -0700 Bart Van Assche <[email protected]> wrote:
> On Tue, Sep 20, 2011 at 7:45 PM, Ira Weiny <[email protected]> wrote: > > +#ifdef __cplusplus > > +extern "C" { > > +#endif > > + > > #include <stdio.h> > > #include <infiniband/mad.h> > > #include <iba/ib_types.h> > > It is bad style to surround #include directives with 'extern "C"'. My bad, thanks for the catch. Ira > > Bart. -- Ira Weiny Math Programmer/Computer Scientist Lawrence Livermore National Lab 925-423-8008 [email protected] -- To unsubscribe from this list: send the line "unsubscribe linux-rdma" in the body of a message to [email protected] More majordomo info at http://vger.kernel.org/majordomo-info.html
