OSDN Git Service

macvim 20100614
[splhack/MacPorts.git] / shells / zsh-devel / files / patch-compat.c
1 --- Src/compat.c.orig
2 +++ Src/compat.c
3 @@ -777,6 +777,7 @@
4  
5    return width;
6  }
7 +#endif /* 0 */
8  
9  
10  /*
11 @@ -856,6 +857,7 @@
12  }
13  
14  
15 +#if 0
16  int mk_wcswidth_cjk(const wchar_t *pwcs, size_t n)
17  {
18    int w, width = 0;