diff src/lisp.h @ 65424:e5d4c2f48bb3

Fix last change.
author Eli Zaretskii <eliz@gnu.org>
date Sat, 10 Sep 2005 14:12:35 +0000
parents 23daa927d64c
children 375ab086d366 de684325b343 10fe5fadaf89
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));