projects
/
ccan
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
talloc: allow replacement allocator
[ccan]
/
ccan
/
foreach
/
_info
diff --git
a/ccan/foreach/_info
b/ccan/foreach/_info
index a00ee8b39635a50a0e4ccec313542eb95992416d..c49a9525d9cfc9261be3454f98125b7c8675bbfa 100644
(file)
--- a/
ccan/foreach/_info
+++ b/
ccan/foreach/_info
@@
-63,6
+63,9
@@
int main(int argc, char *argv[])
return 1;
if (strcmp(argv[1], "depends") == 0) {
+#if !HAVE_COMPOUND_LITERALS || !HAVE_FOR_LOOP_DECLARATION
+ printf("ccan/list\n");
+#endif
return 0;
}