X-Git-Url: http://git.ozlabs.org/?p=ccan;a=blobdiff_plain;f=tools%2Ftools.h;h=4bdb8077e26c82b3f6934877a2b7f82706ccf0e0;hp=84b1fb8abe277a797517636593eafc601659b1a8;hb=2c67a284d11b5b030d8095df7ff2b31275d7d29c;hpb=f3505f82c0fdc9daac85d2cb2c6338a0292033e7 diff --git a/tools/tools.h b/tools/tools.h index 84b1fb8a..4bdb8077 100644 --- a/tools/tools.h +++ b/tools/tools.h @@ -10,10 +10,10 @@ #define CFLAGS "-O3 -Wall -Wundef -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Werror -Iccan/ -I." -/* This actually compiles and runs the _info.c file to get dependencies. */ +/* This actually compiles and runs the info file to get dependencies. */ char **get_deps(const void *ctx, const char *dir, bool recurse); -/* This is safer: just looks for ccan/ strings in _info.c */ +/* This is safer: just looks for ccan/ strings in info */ char **get_safe_ccan_deps(const void *ctx, const char *dir, bool recurse); #endif /* CCAN_TOOLS_H */