diff options
Diffstat (limited to 'Zend/zend_globals.h')
-rw-r--r-- | Zend/zend_globals.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Zend/zend_globals.h b/Zend/zend_globals.h index 07bd704a7e..c8b8330348 100644 --- a/Zend/zend_globals.h +++ b/Zend/zend_globals.h @@ -126,7 +126,7 @@ struct _zend_compiler_globals { zend_llist import_commands; - int access_type; + zend_uint access_type; }; |