comparison src/tag.c @ 714:0f9f4761ad9c v7.0216

updated for version 7.0216
author vimboss
date Mon, 06 Mar 2006 23:29:24 +0000
parents e402b0af6083
children 8939e7f598dc
comparison
equal deleted inserted replaced
713:0c381fb7846c 714:0f9f4761ad9c
10 /* 10 /*
11 * Code to handle tags and the tag stack 11 * Code to handle tags and the tag stack
12 */ 12 */
13 13
14 #if defined MSDOS || defined WIN32 || defined(_WIN64) 14 #if defined MSDOS || defined WIN32 || defined(_WIN64)
15 # include <io.h> /* for lseek(), must be before vim.h */ 15 # include "vimio.h" /* for lseek(), must be before vim.h */
16 #endif 16 #endif
17 17
18 #include "vim.h" 18 #include "vim.h"
19 19
20 #ifdef HAVE_FCNTL_H 20 #ifdef HAVE_FCNTL_H