From: Zeev Suraski Date: Fri, 10 Aug 2001 12:45:58 +0000 (+0000) Subject: There we go. X-Git-Tag: BEFORE_EXP_MERGE~48 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=c28a26b119f7b2677c990843fdbe0667d5064146;p=php There we go. --- diff --git a/ext/sablot/php_sablot.h b/ext/sablot/php_sablot.h index f912944ac6..45b28869cc 100644 --- a/ext/sablot/php_sablot.h +++ b/ext/sablot/php_sablot.h @@ -108,14 +108,14 @@ typedef struct { /* Sablotron Globals */ -typedef struct _php_sablot_globals { +ZEND_BEGIN_MODULE_GLOBALS(sablot) zval *errorHandler; php_sablot_error *errors; php_sablot_error errors_start; char *output_transform_file; /* For output transformations */ int last_errno; /* Global last_errno, if no handle is found */ SablotHandle processor; -} php_sablot_globals; +ZEND_END_MODULE_GLOBALS(sablot) #ifdef ZTS