]> granicus.if.org Git - php/commitdiff
killed a compile warning.
authorfoobar <sniper@php.net>
Tue, 7 Aug 2001 19:21:19 +0000 (19:21 +0000)
committerfoobar <sniper@php.net>
Tue, 7 Aug 2001 19:21:19 +0000 (19:21 +0000)
ext/standard/lcg.c

index 88aa7ffc9d83db1795fa0d37bf2f1009395bb9ff..6363cf1a122d90bce3ff1d93ae952f6adf4422bf 100644 (file)
@@ -29,9 +29,9 @@
 int lcg_globals_id;
 #else
 static php_lcg_globals lcg_globals;
-#endif
-
 static int php_lcg_initialized = 0;
+#endif
 
 #ifdef PHP_WIN32
 #include <process.h>