From 03d10e4f3080db387634681910b7e730b15385dc Mon Sep 17 00:00:00 2001 From: Felipe Pena Date: Thu, 13 Nov 2008 01:34:57 +0000 Subject: [PATCH] - Fixed macro redefinition warning --- TSRM/tsrm_virtual_cwd.c | 1 + 1 file changed, 1 insertion(+) diff --git a/TSRM/tsrm_virtual_cwd.c b/TSRM/tsrm_virtual_cwd.c index 516ecbdf6a..faf5999463 100644 --- a/TSRM/tsrm_virtual_cwd.c +++ b/TSRM/tsrm_virtual_cwd.c @@ -503,6 +503,7 @@ static inline realpath_cache_bucket* realpath_cache_find(const char *path, int p } /* }}} */ +#undef LINK_MAX #define LINK_MAX 32 static int tsrm_realpath_r(char *path, int start, int len, int *ll, time_t *t, int use_realpath, int is_dir, int *link_is_dir TSRMLS_DC) /* {{{ */ -- 2.50.1