OSDN Git Service

macvim 20100614
[splhack/MacPorts.git] / editors / vim-app / files / patch-fileio.c
1 --- src/fileio.c.orig
2 +++ src/fileio.c
3 @@ -358,6 +358,7 @@
4                 pstate = &enc_table[j];
5                 if (!pstate->enable || !pstate->check)
6                     continue;
7 +       #undef check
8                 switch (pstate->check(pstate, d))
9                 {
10                     case 0: /* keep "alive" state */