6 Aug
2002
6 Aug
'02
5:58 p.m.
Hi there, C and C++ users will be grateful if we enclose cinterf.h within a multiple inclusion guard and an extern "C" wrapper. Just precede the current contents of cinterf.h with ----------------------------------- #ifndef _XSB_cinterf_h #define _XSB_cinterf_h 1 #ifdef __cplusplus extern "C" { #endif ----------------------------------- and let it be followed by ----------------------------------- #ifdef __cplusplus } #endif #endif /* !defined(_XSB_cinterf_h) */ ----------------------------------- All the best Roberto -- Prof. Roberto Bagnara Computer Science Group Department of Mathematics, University of Parma, Italy http://www.cs.unipr.it/~bagnara/ mailto:bagnara@cs.unipr.it