From: Sascha Schumann Date: Tue, 23 May 2000 10:26:35 +0000 (+0000) Subject: Use new syntax X-Git-Tag: PRE_EIGHT_BYTE_ALLOC_PATCH~325 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=49b2166e1a822455b82cc473db02e0752b1499d7;p=php Use new syntax --- diff --git a/README.SELF-CONTAINED-EXTENSIONS b/README.SELF-CONTAINED-EXTENSIONS index 120e1b269c..68ddf6b32a 100644 --- a/README.SELF-CONTAINED-EXTENSIONS +++ b/README.SELF-CONTAINED-EXTENSIONS @@ -146,6 +146,6 @@ ADDING SHARED MODULE SUPPORT TO A MODULE 4. Add the following lines to your C source file: - #if defined(COMPILE_DL) || defined(COMPILE_DL_FOO) + #ifdef COMPILE_DL_FOO ZEND_GET_MODULE(foo) #endif