diff options
author | Thies C. Arntzen <thies@php.net> | 2001-08-02 16:03:17 +0000 |
---|---|---|
committer | Thies C. Arntzen <thies@php.net> | 2001-08-02 16:03:17 +0000 |
commit | 84169a4bc2fc6c6f348320ef259d1c9e94b23b18 (patch) | |
tree | bf60ddda747468f41bc514dfcc111be22c63da82 /TSRM/TSRM.h | |
parent | fcfea1c55d5734fcc060a3c848f2df825412bd7b (diff) | |
download | php-git-84169a4bc2fc6c6f348320ef259d1c9e94b23b18.tar.gz |
this kills 90% of the warings in maintainer-mode
Diffstat (limited to 'TSRM/TSRM.h')
-rw-r--r-- | TSRM/TSRM.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/TSRM/TSRM.h b/TSRM/TSRM.h index ffb977662d..374e8ff2fc 100644 --- a/TSRM/TSRM.h +++ b/TSRM/TSRM.h @@ -133,7 +133,7 @@ TSRM_API void *tsrm_set_new_thread_end_handler(tsrm_thread_end_func_t new_thread #else /* non ZTS */ #define TSRMLS_FETCH() -#define TSRMLS_D +#define TSRMLS_D void #define TSRMLS_DC #define TSRMLS_C #define TSRMLS_CC |