X-Git-Url: https://git.deb.at/?a=blobdiff_plain;f=mbswidth.c;h=a38d03ecce0b1d75e37cd06c3a2602ad5c241b18;hb=d3c55f5a5fcd740475ae9a3195986b455465be69;hp=c6c3ea9ae9206952153bbde1a68abd0d9c8e77b4;hpb=87efc95f58556b999b7358b8c613bc4db6523101;p=pkg%2Fabook.git diff --git a/mbswidth.c b/mbswidth.c index c6c3ea9..a38d03e 100644 --- a/mbswidth.c +++ b/mbswidth.c @@ -16,6 +16,9 @@ Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ /* Written by Bruno Haible . */ +/* + * Adapted for abook by JH + */ #ifdef HAVE_CONFIG_H # include @@ -57,7 +60,7 @@ #endif #ifndef HAVE_DECL_WCWIDTH -"this configure-time declaration test was not run" +# warn "this configure-time declaration test was not run" #endif #if !HAVE_DECL_WCWIDTH int wcwidth ();