ports/www/tdom/files/patch-generic-dom.h
Pietro Cerutti c3af229b02 www/tdom: update to 0.9.5
* Added the asTypedList method to the domDoc and domNode commands.
* Added the createFromTypedList method to the dom command.
* Updated to expat 2.6.3.
* Added the flag -keepTextStart to the expat command.
* Text node commands created by createNodeCmd of the json type NULL, TRUE or FALSE may be called without argument.
* Changed the error messages of the dom, domDoc and domNode commands to mostly confirm to ususal Tcl behaviour.
* Added the asTclValue method to the domDoc and domNode commands.
2024-10-22 09:26:12 +00:00

11 lines
249 B
C

--- generic/dom.h.orig 2024-10-22 09:14:54 UTC
+++ generic/dom.h
@@ -39,7 +39,6 @@ +-----------------------------------------------------
#include <string.h>
#include <ctype.h>
#include <expat.h>
-#include <domalloc.h>
#include <limits.h>
/*