diff options
| author | Andrew Innes | 2000-08-22 22:26:04 +0000 |
|---|---|---|
| committer | Andrew Innes | 2000-08-22 22:26:04 +0000 |
| commit | 473ddaa924beb0836f8dac6fd376d427fa4fbe2a (patch) | |
| tree | 92c3c1475aaec72aa6c6cb8acb7d7726a5f42db5 /src/lisp.h | |
| parent | 026396097f5d5f831523aba048a70f0aa9ae671e (diff) | |
| download | emacs-473ddaa924beb0836f8dac6fd376d427fa4fbe2a.tar.gz emacs-473ddaa924beb0836f8dac6fd376d427fa4fbe2a.zip | |
[WINDOWSNT]: Don't declare externs for getenv, ctime and getwd.
Diffstat (limited to 'src/lisp.h')
| -rw-r--r-- | src/lisp.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/lisp.h b/src/lisp.h index 196a547bd5c..78f12b415bd 100644 --- a/src/lisp.h +++ b/src/lisp.h | |||
| @@ -2889,7 +2889,9 @@ extern void xfree P_ ((POINTER_TYPE *)); | |||
| 2889 | 2889 | ||
| 2890 | extern char *xstrdup P_ ((char *)); | 2890 | extern char *xstrdup P_ ((char *)); |
| 2891 | 2891 | ||
| 2892 | #ifndef USE_CRT_DLL | ||
| 2892 | extern char *egetenv P_ ((char *)); | 2893 | extern char *egetenv P_ ((char *)); |
| 2894 | #endif | ||
| 2893 | 2895 | ||
| 2894 | /* Set up the name of the machine we're running on. */ | 2896 | /* Set up the name of the machine we're running on. */ |
| 2895 | extern void init_system_name P_ ((void)); | 2897 | extern void init_system_name P_ ((void)); |