changeset 6249:365e7cbd7292

(term_get_fkeys_1): New local var ADDRESS, init to term_get_fkeys_address.
author Roland McGrath <roland@gnu.org>
date Tue, 08 Mar 1994 06:45:43 +0000
parents 0e4319197d29
children a08cca81d0bd
files src/term.c
diffstat 1 files changed, 2 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/src/term.c	Tue Mar 08 06:20:26 1994 +0000
+++ b/src/term.c	Tue Mar 08 06:45:43 1994 +0000
@@ -1260,6 +1260,8 @@
   extern char *tgetstr ();
   int i;
 
+  char **address = term_get_fkeys_address;
+
   /* This can happen if CANNOT_DUMP or with strange options.  */
   if (!initialized)
     Vfunction_key_map = Fmake_sparse_keymap (Qnil);