* emacsclient.c: Avoid expansion of getcwd when defined as a macro.
This commit is contained in:
parent
c7f6afd598
commit
5b9562c3df
2 changed files with 5 additions and 1 deletions
|
@ -42,7 +42,7 @@ Boston, MA 02111-1307, USA. */
|
|||
#endif /* not VMS */
|
||||
|
||||
char *getenv (), *getwd ();
|
||||
char *getcwd ();
|
||||
char *(getcwd) ();
|
||||
|
||||
#ifndef VERSION
|
||||
#define VERSION "unspecified"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue