aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorEli Zaretskii2005-09-10 14:12:35 +0000
committerEli Zaretskii2005-09-10 14:12:35 +0000
commit2412f586752c9fe9b8392a3c33a1b8ca0ea1c533 (patch)
tree875baeae5a513012ed0a1dcfa262df881630f800 /src
parenta17b5ed1a9ef01d008c69ed0fb4712afd802badb (diff)
downloademacs-2412f586752c9fe9b8392a3c33a1b8ca0ea1c533.tar.gz
emacs-2412f586752c9fe9b8392a3c33a1b8ca0ea1c533.zip
Fix last change.
Diffstat (limited to 'src')
-rw-r--r--src/lisp.h2
-rw-r--r--src/sysdep.c2
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);
3104extern void syms_of_xmenu P_ ((void)); 3104extern void syms_of_xmenu P_ ((void));
3105 3105
3106/* defined in sysdep.c */ 3106/* defined in sysdep.c */
3107#ifndef HAVE_CURRENT_DIR_NAME 3107#ifndef HAVE_GET_CURRENT_DIR_NAME
3108extern char *get_current_dir_name P_ ((void)); 3108extern char *get_current_dir_name P_ ((void));
3109#endif 3109#endif
3110extern void stuff_char P_ ((char c)); 3110extern 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 ();
260SIGMASKTYPE sigprocmask_set; 260SIGMASKTYPE sigprocmask_set;
261 261
262 262
263#ifndef HAVE_CURRENT_DIR_NAME 263#ifndef HAVE_GET_CURRENT_DIR_NAME
264 264
265/* Return the current working directory. Returns NULL on errors. 265/* Return the current working directory. Returns NULL on errors.
266 Any other returned value must be freed with free. This is used 266 Any other returned value must be freed with free. This is used