changeset 572:0f910da8ca73

[xemacs-hg @ 2001-05-25 03:46:45 by martinb] DONT_ENCAPSULATE
author martinb
date Fri, 25 May 2001 03:46:47 +0000
parents 4326eeed6933
children 6cca1c9bdc85
files src/ChangeLog src/realpath.c
diffstat 2 files changed, 5 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/src/ChangeLog	Fri May 25 02:57:34 2001 +0000
+++ b/src/ChangeLog	Fri May 25 03:46:47 2001 +0000
@@ -1,5 +1,9 @@
 2001-05-25  Martin Buchholz  <martin@xemacs.org>
 
+	* realpath.c: This file doesn't deal with internal
+	representation.  Define DONT_ENCAPSULATE.
+	Fixes crash in test suite.
+
 	* print.c (print_internal): Fix compile error.
 
 	* miscplay.c (waverequire): Don't inline.
--- a/src/realpath.c	Fri May 25 02:57:34 2001 +0000
+++ b/src/realpath.c	Fri May 25 03:46:47 2001 +0000
@@ -22,6 +22,7 @@
 
 /* Synched up with: Not in FSF. */
 
+#define DONT_ENCAPSULATE
 #include <config.h>
 #include "lisp.h"