From 551fe7780b570701e93d4680f677801f39e41b49 Mon Sep 17 00:00:00 2001 From: Zeev Suraski Date: Thu, 22 Apr 1999 23:08:42 +0000 Subject: Make token names uniform, they all begin with T_ now. --- Zend/acconfig.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Zend/acconfig.h') 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 "" 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 -- cgit v1.2.1