aboutsummaryrefslogtreecommitdiffstats
path: root/src/s
diff options
context:
space:
mode:
Diffstat (limited to 'src/s')
-rw-r--r--src/s/ms-w32.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/s/ms-w32.h b/src/s/ms-w32.h
index 2d6cc2f4bd5..1fcf73d2578 100644
--- a/src/s/ms-w32.h
+++ b/src/s/ms-w32.h
@@ -95,9 +95,6 @@ along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. */
95 your system and must be used only through an encapsulation (which 95 your system and must be used only through an encapsulation (which
96 you should place, by convention, in sysdep.c). */ 96 you should place, by convention, in sysdep.c). */
97 97
98/* Define this to be the separator between path elements. */
99#define DIRECTORY_SEP XINT (Vdirectory_sep_char)
100
101/* Define this to be the separator between devices and paths. */ 98/* Define this to be the separator between devices and paths. */
102#define DEVICE_SEP ':' 99#define DEVICE_SEP ':'
103 100