From 26262f87770d3a1a68b09a70152d75c2e2ae186f Mon Sep 17 00:00:00 2001 From: Bram Moolenaar Date: Wed, 4 Sep 2019 20:59:15 +0200 Subject: patch 8.1.1985: code for dealing with paths is spread out Problem: Code for dealing with paths is spread out. Solution: Move path related functions from misc1.c to filepath.c. Remove NO_EXPANDPATH. --- src/os_unix.h | 4 ---- 1 file changed, 4 deletions(-) (limited to 'src/os_unix.h') diff --git a/src/os_unix.h b/src/os_unix.h index 5df943c70..618c0e970 100644 --- a/src/os_unix.h +++ b/src/os_unix.h @@ -397,10 +397,6 @@ typedef struct dsc$descriptor DESC; /* Special wildcards that need to be handled by the shell */ #define SPECIAL_WILDCHAR "`'{" -#ifndef HAVE_OPENDIR -# define NO_EXPANDPATH -#endif - /* * Unix has plenty of memory, use large buffers */ -- cgit v1.2.1