diff options
Diffstat (limited to 'src/sp_utils.c')
| -rw-r--r-- | src/sp_utils.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/sp_utils.c b/src/sp_utils.c index 475d552..7641808 100644 --- a/src/sp_utils.c +++ b/src/sp_utils.c | |||
| @@ -1,7 +1,5 @@ | |||
| 1 | #include "php_snuffleupagus.h" | 1 | #include "php_snuffleupagus.h" |
| 2 | 2 | ||
| 3 | ZEND_DECLARE_MODULE_GLOBALS(snuffleupagus) | ||
| 4 | |||
| 5 | bool sp_zend_string_equals(const zend_string* s1, const zend_string* s2) { | 3 | bool sp_zend_string_equals(const zend_string* s1, const zend_string* s2) { |
| 6 | // We can't use `zend_string_equals` here because it doesn't work on | 4 | // We can't use `zend_string_equals` here because it doesn't work on |
| 7 | // `const` zend_string. | 5 | // `const` zend_string. |
