From c28a26b119f7b2677c990843fdbe0667d5064146 Mon Sep 17 00:00:00 2001 From: Zeev Suraski Date: Fri, 10 Aug 2001 12:45:58 +0000 Subject: [PATCH] There we go. --- ext/sablot/php_sablot.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 -- 2.50.1