* emacsclient.c: Avoid expansion of getcwd when defined as a macro.

This commit is contained in:
Jan Djärv 2005-03-18 20:44:50 +00:00
parent c7f6afd598
commit 5b9562c3df
2 changed files with 5 additions and 1 deletions

View file

@ -1,3 +1,7 @@
2005-03-18 Jan Dj,Ad(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.

View 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"