comparison src/lisp.h @ 55641:3005cc2dd13b

(egetenv) [USE_CRT_DLL]: Remove condition.
author Jason Rumney <jasonr@gnu.org>
date Mon, 17 May 2004 20:59:46 +0000
parents 244966f6dffa
children 4c204021f2f5
comparison
equal deleted inserted replaced
55640:773eb057811d 55641:3005cc2dd13b
3139 extern POINTER_TYPE *xrealloc P_ ((POINTER_TYPE *, size_t)); 3139 extern POINTER_TYPE *xrealloc P_ ((POINTER_TYPE *, size_t));
3140 extern void xfree P_ ((POINTER_TYPE *)); 3140 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));
3150 3148
3151 /* Some systems (e.g., NT) use a different path separator than Unix, 3149 /* Some systems (e.g., NT) use a different path separator than Unix,