summaryrefslogtreecommitdiff
path: root/ext/pcntl/php_pcntl.h
diff options
context:
space:
mode:
Diffstat (limited to 'ext/pcntl/php_pcntl.h')
-rw-r--r--ext/pcntl/php_pcntl.h6
1 files changed, 4 insertions, 2 deletions
diff --git a/ext/pcntl/php_pcntl.h b/ext/pcntl/php_pcntl.h
index 7154dcd4de..d80aadd138 100644
--- a/ext/pcntl/php_pcntl.h
+++ b/ext/pcntl/php_pcntl.h
@@ -16,6 +16,8 @@
+----------------------------------------------------------------------+
*/
+/* $Id$ */
+
#ifndef PHP_PCNTL_H
#define PHP_PCNTL_H
@@ -64,9 +66,9 @@ ZEND_BEGIN_MODULE_GLOBALS(pcntl)
int processing_signal_queue;
ZEND_END_MODULE_GLOBALS(pcntl)
#ifdef ZTS
-# define PCNTL_G(v) TSRMG(pcntl_globals_id, zend_pcntl_globals *, v)
+#define PCNTL_G(v) TSRMG(pcntl_globals_id, zend_pcntl_globals *, v)
#else
-# define PCNTL_G(v) (pcntl_globals.v)
+#define PCNTL_G(v) (pcntl_globals.v)
#endif
#endif /* PHP_PCNTL_H */