On Mon, Aug 06, 2001 at 09:25:19PM +0200, Jani Taskinen wrote:
> 
> I'm getting this with latest CVS. On apache startup.
> After Zeev's latest commits. I have tried a clean checkout too..no help.
> 
> --Jani

Removing a few lines fixes the Apache build...

Index: zend_indent.c
===================================================================
RCS file: /repository/Zend/zend_indent.c,v
retrieving revision 1.14
diff -u -r1.14 zend_indent.c
--- zend_indent.c       2001/08/06 13:48:51     1.14
+++ zend_indent.c       2001/08/06 21:39:23
@@ -26,13 +26,8 @@
 #include "zend_compile.h"
 #include "zend_indent.h"
 
-#ifndef ZTS
-extern char *zendtext;
-extern int zendleng;
-#else
 #define zendtext LANG_SCNG(yy_text)
 #define zendleng LANG_SCNG(yy_leng)
-#endif

Cheers,
  Adam

-- 
Adam Dickmeiss  mailto:[EMAIL PROTECTED]  http://www.indexdata.dk
Index Data      T: +45 33410100           Mob.: 212 212 66

-- 
PHP Development Mailing List <http://www.php.net/>
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]

Reply via email to