diff options
| author | Karl Heuer | 1994-06-15 05:27:38 +0000 |
|---|---|---|
| committer | Karl Heuer | 1994-06-15 05:27:38 +0000 |
| commit | 5d6be39f0ce2c38997c2dbb8561f894a2efa28b0 (patch) | |
| tree | e2e4a38b8cbb2d46d3e5ee9ceec3d6984498d425 | |
| parent | becadff8d8148af128aaa3aef2b1cf61536b4bb1 (diff) | |
| download | emacs-5d6be39f0ce2c38997c2dbb8561f894a2efa28b0.tar.gz emacs-5d6be39f0ce2c38997c2dbb8561f894a2efa28b0.zip | |
declare init_system_name (replaces get_system_name).
| -rw-r--r-- | src/lisp.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/lisp.h b/src/lisp.h index 23f8f1ac8d8..a66c1c97178 100644 --- a/src/lisp.h +++ b/src/lisp.h | |||
| @@ -1435,5 +1435,5 @@ extern void xfree (); | |||
| 1435 | 1435 | ||
| 1436 | extern char *egetenv (); | 1436 | extern char *egetenv (); |
| 1437 | 1437 | ||
| 1438 | /* Return the name of the machine we're running on. */ | 1438 | /* Set up the name of the machine we're running on. */ |
| 1439 | extern char *get_system_name (); | 1439 | extern void init_system_name (); |