Formerly make.h.~47~
authorRoland McGrath <roland@redhat.com>
Thu, 25 Jun 1992 00:28:36 +0000 (00:28 +0000)
committerRoland McGrath <roland@redhat.com>
Thu, 25 Jun 1992 00:28:36 +0000 (00:28 +0000)
make.h

diff --git a/make.h b/make.h
index 94a9a62..3f35cbd 100644 (file)
--- a/make.h
+++ b/make.h
@@ -248,7 +248,7 @@ extern long int lseek ();
 extern char *getcwd ();
 #else
 extern char *getwd ();
-#define        getcwd (buf, len)       getwd (buf)
+#define        getcwd(buf, len)        getwd (buf)
 #endif
 
 #if !defined(__GNU_LIBRARY__) && (!defined(vfork) || !defined(POSIX))