summaryrefslogtreecommitdiff
path: root/src/structs.h
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2009-05-16 14:41:10 +0000
committerBram Moolenaar <Bram@vim.org>2009-05-16 14:41:10 +0000
commit8f0b2d46c7020c2ae097c748940f74b3af1383f7 (patch)
treed669dfdc7c3c1f0dfd85927dd4f1236a936b6126 /src/structs.h
parent856b9fef3a20557b100202efd3610f26cec5bb71 (diff)
downloadvim-git-8f0b2d46c7020c2ae097c748940f74b3af1383f7.tar.gz
updated for version 7.2-176v7.2.176
Diffstat (limited to 'src/structs.h')
-rw-r--r--src/structs.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/structs.h b/src/structs.h
index 25012d698..95b5e6263 100644
--- a/src/structs.h
+++ b/src/structs.h
@@ -1646,11 +1646,7 @@ struct tabpage_S
#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 */