changeset 9811:c6270c781781

Leave DEVICE_SEP undefined by default.
author Karl Heuer <kwzh@gnu.org>
date Wed, 02 Nov 1994 02:35:56 +0000
parents c76b3e670eb3
children bc352c8f079c
files src/lisp.h
diffstat 1 files changed, 0 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- a/src/lisp.h	Wed Nov 02 01:22:31 1994 +0000
+++ b/src/lisp.h	Wed Nov 02 02:35:56 1994 +0000
@@ -1501,9 +1501,6 @@
 #ifndef DIRECTORY_SEP
 #define DIRECTORY_SEP '/'
 #endif
-#ifndef DEVICE_SEP
-#define DEVICE_SEP ':'
-#endif
 #ifndef IS_DIRECTORY_SEP
 #define IS_DIRECTORY_SEP(_c_) ((_c_) == DIRECTORY_SEP)
 #endif