diff options
author | Martin Holzer <mholzer@gentoo.org> | 2003-05-21 16:52:19 +0000 |
---|---|---|
committer | Martin Holzer <mholzer@gentoo.org> | 2003-05-21 16:52:19 +0000 |
commit | abba0cc4d33d723cce51b1aea59bd3d61a81aa95 (patch) | |
tree | df26a5022c86aa9c84e72372d0500884690cbb68 /app-text/sablotron/files | |
parent | cleanup (diff) | |
download | gentoo-2-abba0cc4d33d723cce51b1aea59bd3d61a81aa95.tar.gz gentoo-2-abba0cc4d33d723cce51b1aea59bd3d61a81aa95.tar.bz2 gentoo-2-abba0cc4d33d723cce51b1aea59bd3d61a81aa95.zip |
cleanup
Diffstat (limited to 'app-text/sablotron/files')
-rw-r--r-- | app-text/sablotron/files/sablotron-0.95-gentoo.patch | 26 | ||||
-rw-r--r-- | app-text/sablotron/files/sablotron-0.95-r1-gentoo.patch | 26 |
2 files changed, 0 insertions, 52 deletions
diff --git a/app-text/sablotron/files/sablotron-0.95-gentoo.patch b/app-text/sablotron/files/sablotron-0.95-gentoo.patch deleted file mode 100644 index c20cc3c3affc..000000000000 --- a/app-text/sablotron/files/sablotron-0.95-gentoo.patch +++ /dev/null @@ -1,26 +0,0 @@ -*** sxpath.h Fri Jun 7 21:01:31 2002 ---- sxpath.h Thu Jun 27 13:35:17 2002 -*************** -*** 66,74 **** - typedef void *QueryContext; - - /*option constants */ -! const unsigned long SXPF_DISPOSE_NAMES = 1; -! const unsigned long SXPF_DISPOSE_VALUES = 2; -! const unsigned long SXPF_SUPPORTS_UNPARSED_ENTITIES = 4; - - /* - * DOM handler functions ---- 66,77 ---- - typedef void *QueryContext; - - /*option constants */ -! typedef enum -! { -! SXPF_DISPOSE_NAMES = 0x1, -! SXPF_DISPOSE_VALUES = 0x2, -! SXPF_SUPPORTS_UNPARSED_ENTITIES =0x4 -! } SXPFlags; - - /* - * DOM handler functions diff --git a/app-text/sablotron/files/sablotron-0.95-r1-gentoo.patch b/app-text/sablotron/files/sablotron-0.95-r1-gentoo.patch deleted file mode 100644 index c20cc3c3affc..000000000000 --- a/app-text/sablotron/files/sablotron-0.95-r1-gentoo.patch +++ /dev/null @@ -1,26 +0,0 @@ -*** sxpath.h Fri Jun 7 21:01:31 2002 ---- sxpath.h Thu Jun 27 13:35:17 2002 -*************** -*** 66,74 **** - typedef void *QueryContext; - - /*option constants */ -! const unsigned long SXPF_DISPOSE_NAMES = 1; -! const unsigned long SXPF_DISPOSE_VALUES = 2; -! const unsigned long SXPF_SUPPORTS_UNPARSED_ENTITIES = 4; - - /* - * DOM handler functions ---- 66,77 ---- - typedef void *QueryContext; - - /*option constants */ -! typedef enum -! { -! SXPF_DISPOSE_NAMES = 0x1, -! SXPF_DISPOSE_VALUES = 0x2, -! SXPF_SUPPORTS_UNPARSED_ENTITIES =0x4 -! } SXPFlags; - - /* - * DOM handler functions |