Subj : CVS commit src/sbbs3/js_socket.c To : All From : rswindell Date : Tue Nov 16 2004 05:48 pm src/sbbs3 js_socket.c 1.101 1.102 Update of /cvsroot/sbbs/src/sbbs3 In directory cvs.synchro.net:/tmp/cvs-serv25289 Modified Files: js_socket.c Log Message: Using JSAPI function JS_GetClass() instead of private OBJ_GET_CLASS() macro (which requires #inclusion of private jsobj.h header file) in js_socket(). To get the correct prototype for JS_GetClass, JS_THREADSAFE must be defined (next commit). .