diff options
| author | Zeev Suraski <zeev@php.net> | 1999-08-20 17:02:11 +0000 |
|---|---|---|
| committer | Zeev Suraski <zeev@php.net> | 1999-08-20 17:02:11 +0000 |
| commit | 6313238c63d8b714e926b6a444f251fc631d73a8 (patch) | |
| tree | 1007d9f596120ef3afa49521dd12cce109f1a90f /Zend/zend_constants.c | |
| parent | e5aa4c844f1d33fd7af0535e7ca50ae480ba07a6 (diff) | |
| download | php-git-6313238c63d8b714e926b6a444f251fc631d73a8.tar.gz | |
Fix for Thies's UMR
Diffstat (limited to 'Zend/zend_constants.c')
| -rw-r--r-- | Zend/zend_constants.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Zend/zend_constants.c b/Zend/zend_constants.c index 2ba1fcf6de..345c246ae5 100644 --- a/Zend/zend_constants.c +++ b/Zend/zend_constants.c @@ -78,7 +78,7 @@ void clean_module_constants(int module_number) } -int zend_startup_constants(HashTable *constants ELS_DC) +int zend_startup_constants(ELS_D) { #if WIN32|WINNT DWORD dwBuild=0; |
