Missing extern "C"?

Claus, Ric claus at slac.stanford.edu
Thu Feb 17 00:42:11 UTC 2011


Does it make sense that there is a missing

#ifdef __cplusplus
extern "C" {
#endif

#ifdef __cplusplus
}
#endif

around the symbols in c/src/lib/libcpu/powerpc/new-exceptions/bspsupport/vectors.h or is it expected that the C++ application wraps the #include <bsp/vectors.h> with this construct?

	Thanks,
			Ric



More information about the users mailing list