diff options
author | Zeev Suraski <zeev@php.net> | 1999-04-22 23:08:42 +0000 |
---|---|---|
committer | Zeev Suraski <zeev@php.net> | 1999-04-22 23:08:42 +0000 |
commit | 551fe7780b570701e93d4680f677801f39e41b49 (patch) | |
tree | 49ae7ccf88f0d3ab540ad2918ea5c34dfadadef5 /Zend/acconfig.h | |
parent | 327fc20243e0891ef54a25f2b3d38708cb39f02b (diff) | |
download | php-git-551fe7780b570701e93d4680f677801f39e41b49.tar.gz |
Make token names uniform, they all begin with T_ now.
Diffstat (limited to 'Zend/acconfig.h')
-rw-r--r-- | Zend/acconfig.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Zend/acconfig.h b/Zend/acconfig.h index 6008a973e2..01c935374c 100644 --- a/Zend/acconfig.h +++ b/Zend/acconfig.h @@ -26,7 +26,7 @@ /* Undefine if you want stricter XML/SGML compliance by default */ /* (this disables "<?expression?>" by default) */ -#define DEFAULT_SHORT_OPEN_TAG 1 +#define T_DEFAULT_SHORT_OPEN_TAG 1 /* Define both of these if you want the bundled REGEX library */ #define REGEX 0 |