aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-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));