We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6f09f43 commit 64ea0ddCopy full SHA for 64ea0dd
tclxml.c
@@ -20,6 +20,8 @@
20
#include <tclxslt/tclxslt.h>
21
#include <string.h>
22
23
+int Tcldom_libxml2_Init ( Tcl_Interp *interp );
24
+
25
#define TCL_DOES_STUBS \
26
(TCL_MAJOR_VERSION > 8 || TCL_MAJOR_VERSION == 8 && (TCL_MINOR_VERSION > 1 || \
27
(TCL_MINOR_VERSION == 1 && TCL_RELEASE_LEVEL == TCL_FINAL_RELEASE)))
0 commit comments