comparison src/realpath.c @ 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 ed498ef2108b
children 5fd7ba8b56e7
comparison
equal deleted inserted replaced
571:4326eeed6933 572:0f910da8ca73
20 the Free Software Foundation, Inc., 59 Temple Place - Suite 330, 20 the Free Software Foundation, Inc., 59 Temple Place - Suite 330,
21 Boston, MA 02111-1307, USA. */ 21 Boston, MA 02111-1307, USA. */
22 22
23 /* Synched up with: Not in FSF. */ 23 /* Synched up with: Not in FSF. */
24 24
25 #define DONT_ENCAPSULATE
25 #include <config.h> 26 #include <config.h>
26 #include "lisp.h" 27 #include "lisp.h"
27 28
28 #include "sysfile.h" 29 #include "sysfile.h"
29 30