Martin Buchholz <martin(a)xemacs.org> writes:
On Linux, I get this crash on `make check'.
This must be due to a very recent checkin to CVS (last couple of
days). Responsible party please fix. I thought Yoshiki was the
likely suspect, but right now this one looks like the one:
2000-08-31 Dan Holmsand <dan(a)eyebee.com>
* buffer.c: Make find-file-compare-truenames default to true on
windows.
* realpath.c (win32_abs_start):
(cygwin_readlink):
(win32_readlink): New functions.
(xrealpath): Return really real filenames on windows.
* fileio.c (Ffile_truename): Make file-truename work on windows.
It seems that characters should be external format in realpath.c. How
about this patch?
Index: realpath.c
===================================================================
RCS file: /usr/CVSroot/XEmacs/xemacs/src/realpath.c,v
retrieving revision 1.6.2.8
diff -u -r1.6.2.8 realpath.c
--- realpath.c 2000/12/01 12:44:53 1.6.2.8
+++ realpath.c 2000/12/04 14:09:52
@@ -24,6 +24,7 @@
#include <config.h>
#include "lisp.h"
+#define DONT_ENCAPSULATE
#include "sysfile.h"
#include <stdio.h>