Mercurial > emacs
changeset 7906:1d64f77001be
declare init_system_name (replaces get_system_name).
author | Karl Heuer <kwzh@gnu.org> |
---|---|
date | Wed, 15 Jun 1994 05:27:38 +0000 |
parents | cbc288be9c89 |
children | 148ad20d6774 |
files | src/lisp.h |
diffstat | 1 files changed, 2 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/src/lisp.h Wed Jun 15 04:48:02 1994 +0000 +++ b/src/lisp.h Wed Jun 15 05:27:38 1994 +0000 @@ -1435,5 +1435,5 @@ extern char *egetenv (); -/* Return the name of the machine we're running on. */ -extern char *get_system_name (); +/* Set up the name of the machine we're running on. */ +extern void init_system_name ();