From: Jason Rumney Date: Mon, 17 May 2004 20:59:46 +0000 (+0000) Subject: (egetenv) [USE_CRT_DLL]: Remove condition. X-Git-Tag: ttn-vms-21-2-B4~6179 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=f9ed303a2cd76a54837b8417437c68b60fc33e29;p=emacs.git (egetenv) [USE_CRT_DLL]: Remove condition. --- 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 *)); extern char *xstrdup P_ ((const char *)); -#ifndef USE_CRT_DLL extern char *egetenv P_ ((char *)); -#endif /* Set up the name of the machine we're running on. */ extern void init_system_name P_ ((void));