changeset 65424:e5d4c2f48bb3

Fix last change.
author Eli Zaretskii <eliz@gnu.org>
date Sat, 10 Sep 2005 14:12:35 +0000
parents f91d0bcb636f
children 6de0727c40ae
files src/lisp.h src/sysdep.c
diffstat 2 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/src/lisp.h	Sat Sep 10 14:05:17 2005 +0000
+++ b/src/lisp.h	Sat Sep 10 14:12:35 2005 +0000
@@ -3104,7 +3104,7 @@
 extern void syms_of_xmenu P_ ((void));
 
 /* defined in sysdep.c */
-#ifndef HAVE_CURRENT_DIR_NAME
+#ifndef HAVE_GET_CURRENT_DIR_NAME
 extern char *get_current_dir_name P_ ((void));
 #endif
 extern void stuff_char P_ ((char c));
--- a/src/sysdep.c	Sat Sep 10 14:05:17 2005 +0000
+++ b/src/sysdep.c	Sat Sep 10 14:12:35 2005 +0000
@@ -260,7 +260,7 @@
 SIGMASKTYPE sigprocmask_set;
 
 
-#ifndef HAVE_CURRENT_DIR_NAME
+#ifndef HAVE_GET_CURRENT_DIR_NAME
 
 /* Return the current working directory.  Returns NULL on errors.
    Any other returned value must be freed with free. This is used