]> granicus.if.org Git - php/commitdiff
fix build on windows (Steph Fox)
authorGreg Beaver <cellog@php.net>
Mon, 14 Jan 2008 02:47:55 +0000 (02:47 +0000)
committerGreg Beaver <cellog@php.net>
Mon, 14 Jan 2008 02:47:55 +0000 (02:47 +0000)
ext/phar/phar.c

index b8a27d3113e4d9b693908afd8aca78846bf2ffcb..185f02d58ac570ffa50ebf5933dfd741628a706a 100644 (file)
@@ -1852,7 +1852,7 @@ static int php_check_dots(const char *element, int n)
 
 #define IS_BACKSLASH(c)     ((c) == '/')
 
-#ifdef COMPILE_PHAR_DL
+#ifdef COMPILE_DL_PHAR
 /* stupid-ass non-extern declaration in tsrm_strtok.h breaks dumbass MS compiler */
 static inline int in_character_class(char ch, const char *delim)
 {