aboutsummaryrefslogtreecommitdiffstats
path: root/src/lisp.h
diff options
context:
space:
mode:
authorJason Rumney2004-05-17 20:59:46 +0000
committerJason Rumney2004-05-17 20:59:46 +0000
commitf9ed303a2cd76a54837b8417437c68b60fc33e29 (patch)
treef52b65271460933eb8da342a01f8452f6de4f075 /src/lisp.h
parente3ec1dce884bb52ef649713f24a05e9fc6850c4c (diff)
downloademacs-f9ed303a2cd76a54837b8417437c68b60fc33e29.tar.gz
emacs-f9ed303a2cd76a54837b8417437c68b60fc33e29.zip
(egetenv) [USE_CRT_DLL]: Remove condition.
Diffstat (limited to 'src/lisp.h')
-rw-r--r--src/lisp.h2
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
3142extern char *xstrdup P_ ((const char *)); 3142extern char *xstrdup P_ ((const char *));
3143 3143
3144#ifndef USE_CRT_DLL
3145extern char *egetenv P_ ((char *)); 3144extern 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. */
3149extern void init_system_name P_ ((void)); 3147extern void init_system_name P_ ((void));