* emacsclient.c: Avoid expansion of getcwd when defined as a macro.
authorJan Djärv <jan.h.d@swipnet.se>
Fri, 18 Mar 2005 20:44:50 +0000 (20:44 +0000)
committerJan Djärv <jan.h.d@swipnet.se>
Fri, 18 Mar 2005 20:44:50 +0000 (20:44 +0000)
lib-src/ChangeLog
lib-src/emacsclient.c

index 0978e88..513bc8f 100644 (file)
@@ -1,3 +1,7 @@
+2005-03-18  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
+
+       * emacsclient.c: Avoid expansion of getcwd when defined as a macro.
+
 2005-03-04  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
 
        * make-docfile.c: Undo previous change.
index 24dcdff..90c0228 100644 (file)
@@ -42,7 +42,7 @@ Boston, MA 02111-1307, USA.  */
 #endif /* not VMS */
 
 char *getenv (), *getwd ();
-char *getcwd ();
+char *(getcwd) ();
 
 #ifndef VERSION
 #define VERSION "unspecified"