Mercurial > emacs
changeset 31086:c28a80aba778
[WINDOWSNT]: Don't declare getenv.
author | Andrew Innes <andrewi@gnu.org> |
---|---|
date | Tue, 22 Aug 2000 21:48:48 +0000 |
parents | ab2cd9e121f1 |
children | 1529065f6eb6 |
files | nt/config.nt |
diffstat | 1 files changed, 2 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/nt/config.nt Tue Aug 22 21:45:29 2000 +0000 +++ b/nt/config.nt Tue Aug 22 21:48:48 2000 +0000 @@ -378,6 +378,7 @@ #endif #endif +#ifndef WINDOWSNT /* Some of the files of Emacs which are intended for use with other programs assume that if you have a config.h file, you must declare the type of getenv. @@ -387,6 +388,7 @@ #ifndef NOT_C_CODE extern char *getenv (); #endif +#endif #endif /* EMACS_CONFIG_H */