Mercurial > emacs
changeset 19767:19c8d84c0d87 make-3-76 make-3-76-1
Changes for GNU make 3.75.93.
author | Paul D. Smith <psmith@BayNetworks.com> |
---|---|
date | Fri, 05 Sep 1997 21:01:56 +0000 |
parents | 0790c7dab24d |
children | 8ccbf79d4294 |
files | lib-src/getopt.c |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/lib-src/getopt.c Fri Sep 05 19:41:25 1997 +0000 +++ b/lib-src/getopt.c Fri Sep 05 21:01:56 1997 +0000 @@ -79,7 +79,7 @@ #endif #endif -#if defined (_WINDOWS32) && !defined (__CYGWIN32__) +#if defined (WINDOWS32) && !defined (__CYGWIN32__) /* It's not Unix, really. See? Capital letters. */ #include <windows.h> #define getpid() GetCurrentProcessId()