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.
2 parents b489fd4 + 45d1b8a commit 39ad3e6Copy full SHA for 39ad3e6
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