]> granicus.if.org Git - php/commitdiff
- Fix for defines...
authorDerick Rethans <derick@php.net>
Sat, 28 Sep 2002 19:02:21 +0000 (19:02 +0000)
committerDerick Rethans <derick@php.net>
Sat, 28 Sep 2002 19:02:21 +0000 (19:02 +0000)
Zend/zend_builtin_functions.c

index ce793e6c89e8bb18a032b5bd65806a1ca1e619cb..8f7cd152b7620e579fc643354e15ac5f763c8824 100644 (file)
@@ -70,7 +70,7 @@ static ZEND_FUNCTION(get_defined_constants);
 static ZEND_FUNCTION(debug_backtrace);
 #if ZEND_DEBUG
 static ZEND_FUNCTION(zend_test_func);
-#if ZEND_ZTS
+#ifdef ZTS
 static ZEND_FUNCTION(zend_thread_id);
 #endif
 #endif
@@ -127,7 +127,7 @@ static zend_function_entry builtin_functions[] = {
        ZEND_FE(debug_backtrace, NULL)
 #if ZEND_DEBUG
        ZEND_FE(zend_test_func,         NULL)
-#if ZTS
+#ifdef ZTS
        ZEND_FE(zend_thread_id,         NULL)
 #endif
 #endif