aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndrew Innes2000-08-22 21:48:48 +0000
committerAndrew Innes2000-08-22 21:48:48 +0000
commit50a6026b8bf97c1de25d2d5581e451ccc002a6fb (patch)
treeb5bc6375c11dad9ca21c6dbdd9ea522f7784eb80
parenta56e5d174c2cf6521c5693176abe4ade9283e288 (diff)
downloademacs-50a6026b8bf97c1de25d2d5581e451ccc002a6fb.tar.gz
emacs-50a6026b8bf97c1de25d2d5581e451ccc002a6fb.zip
[WINDOWSNT]: Don't declare getenv.
-rw-r--r--nt/config.nt2
1 files changed, 2 insertions, 0 deletions
diff --git a/nt/config.nt b/nt/config.nt
index 1fd38d3f3d4..32c56e4cd96 100644
--- a/nt/config.nt
+++ b/nt/config.nt
@@ -378,6 +378,7 @@ Boston, MA 02111-1307, USA. */
378#endif 378#endif
379#endif 379#endif
380 380
381#ifndef WINDOWSNT
381/* Some of the files of Emacs which are intended for use with other 382/* Some of the files of Emacs which are intended for use with other
382 programs assume that if you have a config.h file, you must declare 383 programs assume that if you have a config.h file, you must declare
383 the type of getenv. 384 the type of getenv.
@@ -387,6 +388,7 @@ Boston, MA 02111-1307, USA. */
387#ifndef NOT_C_CODE 388#ifndef NOT_C_CODE
388extern char *getenv (); 389extern char *getenv ();
389#endif 390#endif
391#endif
390 392
391#endif /* EMACS_CONFIG_H */ 393#endif /* EMACS_CONFIG_H */
392 394