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. --- makeint.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'makeint.h') diff --git a/makeint.h b/makeint.h index f3f0111..7c695f5 100644 --- a/makeint.h +++ b/makeint.h @@ -397,8 +397,8 @@ extern int unixy_shell; #define MAP_USERFUNC 0x2000 /* This means not only a '$', but skip the variable reference. */ #define MAP_VARIABLE 0x4000 -/* The set of characters which are path separators is OS-specific. */ -#define MAP_PATHSEP 0x8000 +/* The set of characters which are directory separators is OS-specific. */ +#define MAP_DIRSEP 0x8000 #ifdef VMS # define MAP_VMSCOMMA MAP_COMMA -- cgit v1.2.3