* 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

@ -42,7 +42,7 @@ Boston, MA 02111-1307, USA. */
#endif /* not VMS */
char *getenv (), *getwd ();
char *getcwd ();
char *(getcwd) ();
#ifndef VERSION
#define VERSION "unspecified"