X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=tests%2Funistr%2Ftest-u32-chr.c;h=0c4f5434cac9e37023b404fd627a96ff76a75c53;hb=492fd301bd2018288330c0a20a086b1a8cc611ce;hp=f23aa084ea3652ddebcf8191ce18f5a990cbb6fd;hpb=2244a52d6b80511c06d7dd7090c8847563e8e8f8;p=gnulib.git diff --git a/tests/unistr/test-u32-chr.c b/tests/unistr/test-u32-chr.c index f23aa084e..0c4f5434c 100644 --- a/tests/unistr/test-u32-chr.c +++ b/tests/unistr/test-u32-chr.c @@ -1,5 +1,5 @@ /* Test of u32_chr() function. - Copyright (C) 2010 Free Software Foundation, Inc. + Copyright (C) 2010-2011 Free Software Foundation, Inc. This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by @@ -21,11 +21,14 @@ #include "unistr.h" #include +#include #include "zerosize-ptr.h" #include "macros.h" #define UNIT uint32_t +#define U_UCTOMB(s, uc, n) (*(s) = (uc), 1) +#define U32_TO_U(s, n, result, length) (*(length) = (n), (s)) #define U_CHR u32_chr #define U_SET u32_set #include "test-chr.h"