From: Vlad S. <ser...@us...> - 2005-08-01 19:45:04
|
Update of /cvsroot/naviserver/modules/nsocaml In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv10877 Modified Files: nsocaml.c Log Message: removed old compat functions Index: nsocaml.c =================================================================== RCS file: /cvsroot/naviserver/modules/nsocaml/nsocaml.c,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** nsocaml.c 12 Jun 2005 22:34:23 -0000 1.3 --- nsocaml.c 1 Aug 2005 19:44:56 -0000 1.4 *************** *** 74,78 **** } // Initialize Tcl interpreter ! return Ns_TclInitInterps(server, OCAMLInterpInit, NULL); } --- 74,79 ---- } // Initialize Tcl interpreter ! Ns_TclRegisterTrace(server, OCAMLInterpInit, 0, NS_TCL_TRACE_CREATE); ! return NS_OK; } |