diff options
| author | Jason Rumney | 2004-05-17 20:59:46 +0000 |
|---|---|---|
| committer | Jason Rumney | 2004-05-17 20:59:46 +0000 |
| commit | f9ed303a2cd76a54837b8417437c68b60fc33e29 (patch) | |
| tree | f52b65271460933eb8da342a01f8452f6de4f075 /src | |
| parent | e3ec1dce884bb52ef649713f24a05e9fc6850c4c (diff) | |
| download | emacs-f9ed303a2cd76a54837b8417437c68b60fc33e29.tar.gz emacs-f9ed303a2cd76a54837b8417437c68b60fc33e29.zip | |
(egetenv) [USE_CRT_DLL]: Remove condition.
Diffstat (limited to 'src')
| -rw-r--r-- | src/lisp.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/lisp.h b/src/lisp.h index ee217019147..fc22bc92c67 100644 --- a/src/lisp.h +++ b/src/lisp.h | |||
| @@ -3141,9 +3141,7 @@ extern void xfree P_ ((POINTER_TYPE *)); | |||
| 3141 | 3141 | ||
| 3142 | extern char *xstrdup P_ ((const char *)); | 3142 | extern char *xstrdup P_ ((const char *)); |
| 3143 | 3143 | ||
| 3144 | #ifndef USE_CRT_DLL | ||
| 3145 | extern char *egetenv P_ ((char *)); | 3144 | extern char *egetenv P_ ((char *)); |
| 3146 | #endif | ||
| 3147 | 3145 | ||
| 3148 | /* Set up the name of the machine we're running on. */ | 3146 | /* Set up the name of the machine we're running on. */ |
| 3149 | extern void init_system_name P_ ((void)); | 3147 | extern void init_system_name P_ ((void)); |