Mercurial > emacs
changeset 55641:3005cc2dd13b
(egetenv) [USE_CRT_DLL]: Remove condition.
author | Jason Rumney <jasonr@gnu.org> |
---|---|
date | Mon, 17 May 2004 20:59:46 +0000 |
parents | 773eb057811d |
children | d69e0fb91340 |
files | src/lisp.h |
diffstat | 1 files changed, 0 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/src/lisp.h Mon May 17 20:44:46 2004 +0000 +++ b/src/lisp.h Mon May 17 20:59:46 2004 +0000 @@ -3141,9 +3141,7 @@ 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));