summaryrefslogtreecommitdiff
path: root/Zend/zend_compile.h
diff options
context:
space:
mode:
authorAndi Gutmans <andi@php.net>1999-10-19 13:33:17 +0000
committerAndi Gutmans <andi@php.net>1999-10-19 13:33:17 +0000
commit7a205f6087892996b2a2e3deabcf8a714e4b9d96 (patch)
tree251d8390481c10c8bd97dd8e1a6ee02a18c2b5f8 /Zend/zend_compile.h
parent578c6035c8d54a8223b8ff2364f34902b144dc47 (diff)
downloadphp-git-7a205f6087892996b2a2e3deabcf8a714e4b9d96.tar.gz
- Preliminary submit of Thie's patch. Will fix the rest on Windows
as this was added on UNIX with patch. Changed IS_SAME -> IS_IDENTICAL
Diffstat (limited to 'Zend/zend_compile.h')
-rw-r--r--Zend/zend_compile.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/Zend/zend_compile.h b/Zend/zend_compile.h
index c63405b2fa..7f7efdc02a 100644
--- a/Zend/zend_compile.h
+++ b/Zend/zend_compile.h
@@ -504,6 +504,7 @@ int zendlex(znode *zendlval CLS_DC);
#define ZEND_EXT_FCALL_END 98
#define ZEND_EXT_NOP 99
+#define ZEND_IS_IDENTICAL 100
/* end of block */