From 5fd0ca70d31f835eefb1ee8a06b73763d761a134 Mon Sep 17 00:00:00 2001 From: Bram Moolenaar Date: Wed, 13 May 2009 16:56:33 +0000 Subject: updated for version 7.2-169 --- src/term.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'src/term.h') diff --git a/src/term.h b/src/term.h index cc9f8ac9f..b1fde0487 100644 --- a/src/term.h +++ b/src/term.h @@ -96,7 +96,11 @@ enum SpecialKey * - there should be code in term.c to obtain the value from the termcap */ +#ifdef S_SPLINT_S /* splint doesn't understand array of pointers */ +extern char_u **term_strings; /* current terminal strings */ +#else extern char_u *(term_strings[]); /* current terminal strings */ +#endif /* * strings used for terminal -- cgit v1.2.1