summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'dev-tcltk/tdom/files/tdom-0.9.2-nothreads.patch')
-rw-r--r--dev-tcltk/tdom/files/tdom-0.9.2-nothreads.patch22
1 files changed, 0 insertions, 22 deletions
diff --git a/dev-tcltk/tdom/files/tdom-0.9.2-nothreads.patch b/dev-tcltk/tdom/files/tdom-0.9.2-nothreads.patch
deleted file mode 100644
index a0a691fdce60..000000000000
--- a/dev-tcltk/tdom/files/tdom-0.9.2-nothreads.patch
+++ /dev/null
@@ -1,22 +0,0 @@
---- a/generic/tdomDecls.h 2021-12-31 20:52:18.070370435 +0100
-+++ b/generic/tdomDecls.h 2021-12-31 20:53:45.892045820 +0100
-@@ -63,7 +63,7 @@
- EXTERN domDocument * tcldom_getDocumentFromName(Tcl_Interp *interp,
- char *docName, char **errMsg);
- /* 18 */
--EXTERN SchemaData * tdomGetSchemadata(void);
-+EXTERN SchemaData * tdomGetSchemadata(Tcl_Interp *interp);
-
- typedef struct TdomStubs {
- int magic;
---- a/generic/schema.c 2021-12-31 23:19:47.869682736 +0100
-+++ b/generic/schema.c 2021-12-31 23:20:14.474255669 +0100
-@@ -419,7 +419,7 @@
- }
- #else
- SchemaData *
--tdomGetSchemadata (void)
-+tdomGetSchemadata (Tcl_Interp *interp)
- {
- return GETASI;
- }