From: Eli Zaretskii Date: Sat, 10 Sep 2005 14:12:35 +0000 (+0000) Subject: Fix last change. X-Git-Tag: emacs-pretest-22.0.90~7177 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=2412f586752c9fe9b8392a3c33a1b8ca0ea1c533;p=emacs.git Fix last change. --- diff --git a/src/lisp.h b/src/lisp.h index 66d233a5a8d..3ca63554840 100644 --- a/src/lisp.h +++ b/src/lisp.h @@ -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)); diff --git a/src/sysdep.c b/src/sysdep.c index f75da6a9c2a..ad043c023a2 100644 --- a/src/sysdep.c +++ b/src/sysdep.c @@ -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