summaryrefslogtreecommitdiff
path: root/ext/standard/php_lcg.h
diff options
context:
space:
mode:
authorRasmus Lerdorf <rasmus@php.net>1999-12-05 13:41:42 +0000
committerRasmus Lerdorf <rasmus@php.net>1999-12-05 13:41:42 +0000
commitca362445c486e878d3ae287683d14fd54c13ebd6 (patch)
treea4bd1d9ff533afeb9d547e9aa0cd4f2fd8c4ccdf /ext/standard/php_lcg.h
parentae1b7bf4b8f211726d21bbf489bee78c8a3c4e2e (diff)
downloadphp-git-ca362445c486e878d3ae287683d14fd54c13ebd6.tar.gz
Fix a maintainer-mode warning
Diffstat (limited to 'ext/standard/php_lcg.h')
-rw-r--r--ext/standard/php_lcg.h2
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