diff src/mbyte.c @ 1712:563bd9a63fdc v7.2.010

updated for version 7.2-010
author vimboss
date Sat, 06 Sep 2008 14:44:59 +0000
parents f4f8014d516e
children 8272535dee77
line wrap: on
line diff
--- a/src/mbyte.c
+++ b/src/mbyte.c
@@ -2540,7 +2540,6 @@ utf_head_off(base, p)
     return (int)(p - q);
 }
 
-#if defined(FEAT_EVAL) || defined(PROTO)
 /*
  * Copy a character from "*fp" to "*tp" and advance the pointers.
  */
@@ -2555,7 +2554,6 @@ mb_copy_char(fp, tp)
     *tp += l;
     *fp += l;
 }
-#endif
 
 /*
  * Return the offset from "p" to the first byte of a character.  When "p" is