X-Git-Url: https://git.ozlabs.org/?a=blobdiff_plain;f=ccan%2Fshort_types%2F_info;h=f324e359ac8a01f35353e753445b114fbd795d31;hb=4f09cf20ca00fe38b0702e0556bbad2341595ed0;hp=cfd439e6fccb270e943a25263478c12b6dc164a8;hpb=516c47790828cfb892fecdbe03a6928c345d29b2;p=ccan diff --git a/ccan/short_types/_info b/ccan/short_types/_info index cfd439e6..f324e359 100644 --- a/ccan/short_types/_info +++ b/ccan/short_types/_info @@ -9,8 +9,9 @@ * -- Linus Torvalds * * The short_types header provides for convenient abbreviations for the - * posixly-damned uint32_t types. It also provides be32/le32 for explicitly - * annotating types of specific endian. + * posixly-damned uint32_t types. If ccan/endian/endian.h is included, + * it also provides be32/le32 for explicitly annotating types of specific + * endian. * * Include this header, if only to stop people using these identifiers * for other things! @@ -77,5 +78,10 @@ int main(int argc, char *argv[]) return 0; } + if (strcmp(argv[1], "testdepends") == 0) { + printf("ccan/endian\n"); + return 0; + } + return 1; }