diff options
| author | Ben Fuhrmannek | 2019-06-19 11:04:17 +0200 |
|---|---|---|
| committer | Ben Fuhrmannek | 2019-06-19 11:04:17 +0200 |
| commit | 3ab467100883adedab71a28e1699799e45ab0b2d (patch) | |
| tree | 87ca7d7d462f138982ae578b3031c0e2425f68dd /src/sp_harden_rand.c | |
| parent | db20c8ddf4d5c068e20bbce1f6d283c9eb06119a (diff) | |
fix snufflepagus_globals linking issues and one mac compatibility issue
Diffstat (limited to 'src/sp_harden_rand.c')
| -rw-r--r-- | src/sp_harden_rand.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/sp_harden_rand.c b/src/sp_harden_rand.c index 7ab798e..43c2a5b 100644 --- a/src/sp_harden_rand.c +++ b/src/sp_harden_rand.c | |||
| @@ -2,8 +2,6 @@ | |||
| 2 | 2 | ||
| 3 | extern ZEND_API zend_class_entry *zend_ce_error; | 3 | extern ZEND_API zend_class_entry *zend_ce_error; |
| 4 | 4 | ||
| 5 | ZEND_DECLARE_MODULE_GLOBALS(snuffleupagus) | ||
| 6 | |||
| 7 | /* This function is needed because `rand` and `mt_rand` parameters | 5 | /* This function is needed because `rand` and `mt_rand` parameters |
| 8 | * are optional, while the ones from `random_int` aren't. */ | 6 | * are optional, while the ones from `random_int` aren't. */ |
| 9 | static void random_int_wrapper(INTERNAL_FUNCTION_PARAMETERS) { | 7 | static void random_int_wrapper(INTERNAL_FUNCTION_PARAMETERS) { |
