From 8411528fdd21e978076365df2f49e2b934becb84 Mon Sep 17 00:00:00 2001 From: Paul Smith Date: Sun, 2 Feb 2014 17:28:46 -0500 Subject: * Rename MAP_PATHSEP to MAP_DIRSEP. --- main.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'main.c') diff --git a/main.c b/main.c index 27d3a6e..3a3d016 100644 --- a/main.c +++ b/main.c @@ -620,11 +620,11 @@ initialize_stopchar_map () stopchar_map[(int)'-'] = MAP_USERFUNC; stopchar_map[(int)'_'] = MAP_USERFUNC; - stopchar_map[(int)'/'] = MAP_PATHSEP; + stopchar_map[(int)'/'] = MAP_DIRSEP; #if defined(VMS) - stopchar_map[(int)']'] = MAP_PATHSEP; + stopchar_map[(int)']'] = MAP_DIRSEP; #elif defined(HAVE_DOS_PATHS) - stopchar_map[(int)'\\'] = MAP_PATHSEP; + stopchar_map[(int)'\\'] = MAP_DIRSEP; #endif for (i = 1; i <= UCHAR_MAX; ++i) -- cgit v1.2.3