Removed an ifdef for IS_UTF8_CHAR in utf8.c
authorBrian Fraser <fraserbn@gmail.com>
Sat, 7 Sep 2013 03:31:36 +0000 (00:31 -0300)
committerBrian Fraser <fraserbn@gmail.com>
Sat, 21 Sep 2013 11:47:41 +0000 (08:47 -0300)
commitd7b74b949fdf0128b411a0836841020c328d0070
tree54d8c1a8e28755ea1961b3f8bcc76a30243a12fe
parentc23583cd92a3cd7faff88e9bad65ed3e253c657b
Removed an ifdef for IS_UTF8_CHAR in utf8.c

IS_UTF8_CHAR is defined by utf8.h, so this is always defined.
In fact, later in utf8.c we use it again, this time without the
ifdef.
utf8.c