diff src/structs.h @ 1879:e8eeeff19eae v7.2.176

updated for version 7.2-176
author vimboss
date Sat, 16 May 2009 14:41:10 +0000
parents 6c7719f94811
children ff9ecf14efe3
line wrap: on
line diff
--- 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 */