# HG changeset patch # User Jason Rumney # Date 1084827586 0 # Node ID 3005cc2dd13b9f0f63cc19516c86bef66a2c88ac # Parent 773eb057811dd27c38856676700f16859058f688 (egetenv) [USE_CRT_DLL]: Remove condition. diff -r 773eb057811d -r 3005cc2dd13b src/lisp.h --- 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));