diff options
Diffstat (limited to 'ext/xml/expat/xmlrole.c')
-rw-r--r-- | ext/xml/expat/xmlrole.c | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/ext/xml/expat/xmlrole.c b/ext/xml/expat/xmlrole.c index ae3840e9f4..03b69e3b36 100644 --- a/ext/xml/expat/xmlrole.c +++ b/ext/xml/expat/xmlrole.c @@ -3,12 +3,10 @@ Copyright (c) 1998, 1999 Thai Open Source Software Center Ltd See the file COPYING for copying permission. */ -#if 0 +#include "php_compat.h" + static char RCSId[] = "$Header$"; -#endif - -#include "php_compat.h" #ifdef COMPILED_FROM_DSP # include "winconfig.h" |