mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-08-02 11:38:07 -07:00
14 lines
383 B
Diff
14 lines
383 B
Diff
https://github.com/flightaware/TclXML/pull/4
|
|
|
|
--- a/tclxml.c
|
|
+++ b/tclxml.c
|
|
@@ -20,6 +20,8 @@
|
|
#include <tclxslt/tclxslt.h>
|
|
#include <string.h>
|
|
|
|
+int Tcldom_libxml2_Init ( Tcl_Interp *interp );
|
|
+
|
|
#define TCL_DOES_STUBS \
|
|
(TCL_MAJOR_VERSION > 8 || TCL_MAJOR_VERSION == 8 && (TCL_MINOR_VERSION > 1 || \
|
|
(TCL_MINOR_VERSION == 1 && TCL_RELEASE_LEVEL == TCL_FINAL_RELEASE)))
|