Mercurial > hg > xemacs-beta
diff src/s/windowsnt.h @ 434:9d177e8d4150 r21-2-25
Import from CVS: tag r21-2-25
author | cvs |
---|---|
date | Mon, 13 Aug 2007 11:30:53 +0200 |
parents | 3a7e78e1142d |
children | 84b14dcb0985 |
line wrap: on
line diff
--- a/src/s/windowsnt.h Mon Aug 13 11:30:00 2007 +0200 +++ b/src/s/windowsnt.h Mon Aug 13 11:30:53 2007 +0200 @@ -125,8 +125,7 @@ /* XEmacs file I/O for DOS text files requires FILE_CODING */ #define FILE_CODING -extern Lisp_Object Vdirectory_sep_char; -#define DIRECTORY_SEP ((char)XCHARVAL(Vdirectory_sep_char)) +#define DIRECTORY_SEP ((char)XCHAR(Vdirectory_sep_char)) /* Define this to be the separator between devices and paths */ #define DEVICE_SEP ':'