comparison src/vim.h @ 255:c8742c8da9ab

updated for version 7.0070
author vimboss
date Sat, 23 Apr 2005 20:42:23 +0000
parents 01e77186b20a
children ed33f83b42d8
comparison
equal deleted inserted replaced
254:c50c82c5e230 255:c8742c8da9ab
407 # include <stdlib.h> 407 # include <stdlib.h>
408 # endif 408 # endif
409 #endif /* NON-UNIX */ 409 #endif /* NON-UNIX */
410 410
411 #include <assert.h> 411 #include <assert.h>
412
413 #ifdef HAVE_WCTYPE_H
414 # include <wctype.h>
415 #endif
412 416
413 /* ================ end of the header file puzzle =============== */ 417 /* ================ end of the header file puzzle =============== */
414 418
415 /* 419 /*
416 * For dynamically loaded imm library. Currently, only for Win32. 420 * For dynamically loaded imm library. Currently, only for Win32.