From ad34142e9759eaa85c3c92e2f72a9740712c353b Mon Sep 17 00:00:00 2001 From: Edin Kadribasic Date: Wed, 11 Sep 2002 23:10:58 +0000 Subject: [PATCH] My compiler likes it like this. --- ext/standard/filestat.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ext/standard/filestat.c b/ext/standard/filestat.c index 85b28bfe9f..d5d249b6ab 100644 --- a/ext/standard/filestat.c +++ b/ext/standard/filestat.c @@ -570,7 +570,7 @@ static void php_stat(const char *filename, php_stat_len filename_length, int typ } #ifndef PHP_WIN32 -#if VIRTUAL_DIR +#ifdef VIRTUAL_DIR do { char *tmpname; -- 2.40.0