]> git.ozlabs.org Git - ccan/blobdiff - tools/manifest.h
tools/ccanlint: detect more unmentioned dependencies.
[ccan] / tools / manifest.h
index d2de6437ed81d6ebb5197a0a2a56bbee528759d8..d11dbec8865d66a77f97d6374316126bd4d5bf7c 100644 (file)
@@ -80,6 +80,9 @@ struct ccan_file {
 
        /* Simplified stream (lowercase letters and single spaces) */
        char *simplified;
 
        /* Simplified stream (lowercase letters and single spaces) */
        char *simplified;
+
+       /* Condition for idempotent wrapper (filled by headers_idempotent) */
+       struct pp_conditions *idempotent_cond;
 };
 
 /* A new ccan_file, with the given dir and name (either can be take()). */
 };
 
 /* A new ccan_file, with the given dir and name (either can be take()). */