summaryrefslogtreecommitdiff
path: root/ext/sablot/php_sablot.h
diff options
context:
space:
mode:
authorSterling Hughes <sterling@php.net>2000-09-30 04:44:33 +0000
committerSterling Hughes <sterling@php.net>2000-09-30 04:44:33 +0000
commit1e6ae4496b253f659987c2628504956ce8b379e2 (patch)
tree446286e3ff372759d154976b9ccebc19c97f6281 /ext/sablot/php_sablot.h
parent7b5ba2f1fd0a24c9672bcd02475bdbbbc5c52a7f (diff)
downloadphp-git-1e6ae4496b253f659987c2628504956ce8b379e2.tar.gz
Buncha changes, generally makes the module more stable and removes unnecessary
(as of Sablotron 0.44) workarounds.
Diffstat (limited to 'ext/sablot/php_sablot.h')
-rw-r--r--ext/sablot/php_sablot.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/ext/sablot/php_sablot.h b/ext/sablot/php_sablot.h
index 05beedca5f..d9532d27eb 100644
--- a/ext/sablot/php_sablot.h
+++ b/ext/sablot/php_sablot.h
@@ -48,7 +48,6 @@ PHP_FUNCTION(xslt_free);
PHP_FUNCTION(xslt_error);
PHP_FUNCTION(xslt_errno);
-#ifdef SABLOT_ERRORS
struct _php_sablot_error {
char *key;
char *value;
@@ -56,14 +55,11 @@ struct _php_sablot_error {
};
typedef struct _php_sablot_error php_sablot_error;
-#endif
typedef struct {
long index;
int last_errno;
-#ifdef SABLOT_ERRORS
php_sablot_error *errors, errors_start;
-#endif
zval *startDocHandler;
zval *startElementHandler;
zval *endElementHandler;