diff options
Diffstat (limited to 'ext/standard/php_lcg.h')
| -rw-r--r-- | ext/standard/php_lcg.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/standard/php_lcg.h b/ext/standard/php_lcg.h index 3476460dfa..cf397f7771 100644 --- a/ext/standard/php_lcg.h +++ b/ext/standard/php_lcg.h @@ -32,7 +32,7 @@ PHP_FUNCTION(lcg_value); #define LCG(v) (lcg_globals->v) #define LCGLS_FETCH() php_lcg_globals *lcg_globals = ts_resource(lcg_globals_id) #else -#define LCGLS_D +#define LCGLS_D void #define LCG(v) (lcg_globals.v) #define LCGLS_FETCH() #endif |
