X-Git-Url: https://git.deb.at/?a=blobdiff_plain;f=mbswidth.c;h=a38d03ecce0b1d75e37cd06c3a2602ad5c241b18;hb=64990eb83b3bab7df8784b6ac1ef540016070e49;hp=c6c3ea9ae9206952153bbde1a68abd0d9c8e77b4;hpb=b1b41dce461ab21ae9a2bd26d7a00a381a5f81f8;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 ();