summaryrefslogtreecommitdiff
path: root/makeint.h
diff options
context:
space:
mode:
authorPaul Smith <psmith@gnu.org>2014-02-02 17:28:46 -0500
committerPaul Smith <psmith@gnu.org>2014-02-08 16:01:10 -0500
commit8411528fdd21e978076365df2f49e2b934becb84 (patch)
treed6430fe1ccffe3e5b5c1a9797bbf6b1ddb669edc /makeint.h
parentd2a3e9ca9c5842778fcb417bd2fae5c75c2f9a13 (diff)
downloadgunmake-8411528fdd21e978076365df2f49e2b934becb84.tar.gz
* Rename MAP_PATHSEP to MAP_DIRSEP.
Diffstat (limited to 'makeint.h')
-rw-r--r--makeint.h4
1 files changed, 2 insertions, 2 deletions
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