]> git.eshelyaron.com Git - emacs.git/commitdiff
Fix last change.
authorEli Zaretskii <eliz@gnu.org>
Sat, 10 Sep 2005 14:12:35 +0000 (14:12 +0000)
committerEli Zaretskii <eliz@gnu.org>
Sat, 10 Sep 2005 14:12:35 +0000 (14:12 +0000)
src/lisp.h
src/sysdep.c

index 66d233a5a8db2cf46585a59732a98fecc226e2db..3ca6355484041d797e59659924a1f6c087fda112 100644 (file)
@@ -3104,7 +3104,7 @@ EXFUN (Fx_popup_dialog, 3);
 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));
index f75da6a9c2aabb43e52ea537672af1d988664a8e..ad043c023a24a7119e1deae1207ac1f018a6bf58 100644 (file)
@@ -260,7 +260,7 @@ void hft_reset ();
 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