Revision: 7434 Author: ek.kato Date: Wed Feb 1 01:30:04 2012 Log: * fep/uim-fep.c (MAXPATHLEN) : Removed.
http://code.google.com/p/uim/source/detail?r=7434 Modified: /trunk/fep/uim-fep.c ======================================= --- /trunk/fep/uim-fep.c Wed Jan 11 00:17:24 2012 +++ /trunk/fep/uim-fep.c Wed Feb 1 01:30:04 2012 @@ -144,9 +144,7 @@ static int s_master; /* µ¯Æ°»þ¤ÎüËö¾õÂÖ */ static struct termios s_save_tios; -#ifndef MAXPATHLEN -#define MAXPATHLEN 1024 -#endif + static char s_path_setmode[MAXPATHLEN]; static char s_path_getmode[MAXPATHLEN]; static int s_setmode_fd = -1;
