comparison src/proto.h @ 539:b13dbb7b797c

updated for version 7.0153
author vimboss
date Mon, 03 Oct 2005 21:52:09 +0000
parents ce2181d14aa0
children c85bf6a4999b
comparison
equal deleted inserted replaced
538:aa6caa23a4b8 539:b13dbb7b797c
141 # include "mbyte.pro" 141 # include "mbyte.pro"
142 # endif 142 # endif
143 # include "normal.pro" 143 # include "normal.pro"
144 # include "ops.pro" 144 # include "ops.pro"
145 # include "option.pro" 145 # include "option.pro"
146 # include "popupmenu.pro"
146 # include "quickfix.pro" 147 # include "quickfix.pro"
147 # include "regexp.pro" 148 # include "regexp.pro"
148 # include "screen.pro" 149 # include "screen.pro"
149 # include "search.pro" 150 # include "search.pro"
150 # include "spell.pro" 151 # include "spell.pro"
241 # if defined(FEAT_CLIENTSERVER) && defined(FEAT_X11) 242 # if defined(FEAT_CLIENTSERVER) && defined(FEAT_X11)
242 # include "if_xcmdsrv.pro" 243 # include "if_xcmdsrv.pro"
243 # endif 244 # endif
244 245
245 /* 246 /*
246 * The perl include files pollute the namespace, therfore proto.h must be 247 * The perl include files pollute the namespace, therefore proto.h must be
247 * included before the perl include files. But then CV is not defined, which 248 * included before the perl include files. But then CV is not defined, which
248 * is used in if_perl.pro. To get around this, the perl prototype files are 249 * is used in if_perl.pro. To get around this, the perl prototype files are
249 * not included here for the perl files. Use a dummy define for CV for the 250 * not included here for the perl files. Use a dummy define for CV for the
250 * other files. 251 * other files.
251 */ 252 */