diff options
| author | Sascha Schumann <sas@php.net> | 2001-08-06 03:50:52 +0000 |
|---|---|---|
| committer | Sascha Schumann <sas@php.net> | 2001-08-06 03:50:52 +0000 |
| commit | 23b9300fd1c854371f0f9b95dce5e259cef653d9 (patch) | |
| tree | 4575b72c19b61cee38bbec58ba104faeb325b271 /ext/standard/php_lcg.h | |
| parent | e6697297b6bea4a158ced5da05393bee92a8e14f (diff) | |
| download | php-git-23b9300fd1c854371f0f9b95dce5e259cef653d9.tar.gz | |
more tsrm cleanup
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 e33600fe12..05bcc83c44 100644 --- a/ext/standard/php_lcg.h +++ b/ext/standard/php_lcg.h @@ -28,7 +28,7 @@ typedef struct { php_int32 s2; } php_lcg_globals; -double php_combined_lcg(void); +double php_combined_lcg(TSRMLS_D); PHP_FUNCTION(lcg_value); #ifdef ZTS |
