From 2412f586752c9fe9b8392a3c33a1b8ca0ea1c533 Mon Sep 17 00:00:00 2001 From: Eli Zaretskii Date: Sat, 10 Sep 2005 14:12:35 +0000 Subject: [PATCH] Fix last change. --- src/lisp.h | 2 +- src/sysdep.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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 -- 2.39.5