compl_T *cp_prev;
char_u *cp_str; /* matched text */
char cp_icase; /* TRUE or FALSE: ignore case */
-#ifdef S_SPLINT_S /* splint can't handle array of pointers */
- char_u **cp_text; /* text for the menu */
-#else
char_u *(cp_text[CPT_COUNT]); /* text for the menu */
-#endif
char_u *cp_fname; /* file containing the match, allocated when
* cp_flags has FREE_FNAME */
int cp_flags; /* ORIGINAL_TEXT, CONT_S_IPOS or FREE_FNAME */
char_u *word;
int icase = FALSE;
int adup = FALSE;
-#ifdef S_SPLINT_S /* splint doesn't parse array of pointers correctly */
- char_u **cptext;
-#else
char_u *(cptext[CPT_COUNT]);
-#endif
if (tv->v_type == VAR_DICT && tv->vval.v_dict != NULL)
{
{
char_u *s, *d;
int i;
-#ifdef S_SPLINT_S /* splint doesn't understand array of pointers */
- static char **mtable;
- static char **rtable;
-#else
static char *(mtable[]) = {"*", "g*", "[*", "]*", ":*",
"/*", "/\\*", "\"*", "**",
"/\\(\\)",
"/\\\\?", "/\\\\z(\\\\)", "\\\\=", ":s\\\\=",
"\\[count]", "\\[quotex]", "\\[range]",
"\\[pattern]", "\\\\bar", "/\\\\%\\$"};
-#endif
int flags;
d = IObuff; /* assume IObuff is long enough! */
{
int len;
int i;
-#ifdef S_SPLINT_S /* splint can't handle array of pointers */
- static char **spec_str;
- static char *(nospec_str[])
-#else
- static char *(spec_str[])
-#endif
- = {
+ static char *(spec_str[]) = {
"%",
#define SPEC_PERC 0
"#",
#endif
#ifndef SIG_ERR
-# ifndef S_SPLINT_S
-# define SIG_ERR ((RETSIGTYPE (*)())-1)
-# endif
+# define SIG_ERR ((RETSIGTYPE (*)())-1)
#endif
/* volatile because it is used in signal handler sig_winch(). */
#if defined(HAVE_TOTAL_MEM) || defined(PROTO)
# ifdef HAVE_SYS_RESOURCE_H
-# ifndef S_SPLINT_S /* splint crashes on bits/resource.h */
-# include <sys/resource.h>
-# endif
+# include <sys/resource.h>
# endif
# if defined(HAVE_SYS_SYSCTL_H) && defined(HAVE_SYSCTL)
# include <sys/sysctl.h>
#endif
#ifdef HAVE_UNISTD_H
-# ifndef S_SPLINT_S /* splint crashes on bits/confname.h */
-# include <unistd.h>
-# endif
+# include <unistd.h>
#endif
#ifdef HAVE_LIBC_H
#endif
#ifdef FEAT_DIFF
diff_T *tp_first_diff;
-# ifdef S_SPLINT_S /* splint doesn't understand the array of pointers */
- buf_T **tp_diffbuf;
-# else
buf_T *(tp_diffbuf[DB_COUNT]);
-# endif
int tp_diff_invalid; /* list of diffs is outdated */
#endif
frame_T *tp_snapshot; /* window layout snapshot */
* - 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
static int included_patches[] =
{ /* Add new patch number below this line */
+/**/
+ 176,
/**/
175,
/**/