diff options
author | Bram Moolenaar <Bram@vim.org> | 2009-05-16 14:41:10 +0000 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2009-05-16 14:41:10 +0000 |
commit | 8f0b2d46c7020c2ae097c748940f74b3af1383f7 (patch) | |
tree | d669dfdc7c3c1f0dfd85927dd4f1236a936b6126 /src/term.h | |
parent | 856b9fef3a20557b100202efd3610f26cec5bb71 (diff) | |
download | vim-8f0b2d46c7020c2ae097c748940f74b3af1383f7.zip |
updated for version 7.2-176
Diffstat (limited to 'src/term.h')
-rw-r--r-- | src/term.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/src/term.h b/src/term.h index b1fde0487..cc9f8ac9f 100644 --- a/src/term.h +++ b/src/term.h @@ -96,11 +96,7 @@ 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 |