X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=lib%2Fmbswidth.c;h=a2ef5b3fdaf5af14677c3cebc2199224ce69a12f;hb=6e0c9a99ac662dd811105992a9c9f5f611569590;hp=9a133b74536389780b1fdfa057203783b54a494e;hpb=a798bae4dbb3694658419068a559841d03de8c9f;p=gnulib.git diff --git a/lib/mbswidth.c b/lib/mbswidth.c index 9a133b745..a2ef5b3fd 100644 --- a/lib/mbswidth.c +++ b/lib/mbswidth.c @@ -21,6 +21,9 @@ # include #endif +/* Specification. */ +#include "mbswidth.h" + /* Get MB_CUR_MAX. */ #include @@ -78,8 +81,6 @@ int wcwidth (); #undef ISCNTRL #define ISCNTRL(c) (IN_CTYPE_DOMAIN (c) && iscntrl (c)) -#include "mbswidth.h" - /* Returns the number of columns needed to represent the multibyte character string pointed to by STRING. If a non-printable character occurs, and MBSW_REJECT_UNPRINTABLE is specified, -1 is returned.