Hi John, John W. Eaton wrote: > In glob.in.h, we have > ... > > #ifndef __BEGIN_DECLS > # define __BEGIN_DECLS > # define __END_DECLS > #endif > > If HAVE_SYS_CDEFS_H is 0, then __BEGIN_DECLS and __END_DECLS are > likely undefined. To be C++ friendly, I think this should changed as > in the attached patch.
Indeed. I have applied your patch. Thanks. Bruno