X-Git-Url: http://git.ozlabs.org/?p=ccan;a=blobdiff_plain;f=tools%2Fccanlint%2Fccanlint.h;h=8c2ee0e8826b5ff0ba974f888f879a6953721e8e;hp=679b00ac2bf2f87a02e4ac879fdbe1c9803b5611;hb=078a975a68b7b9fe3d2ce45afdf7b6df1135557b;hpb=5378c864f9c37f39d906f599285da25a7db0c9fe diff --git a/tools/ccanlint/ccanlint.h b/tools/ccanlint/ccanlint.h index 679b00ac..8c2ee0e8 100644 --- a/tools/ccanlint/ccanlint.h +++ b/tools/ccanlint/ccanlint.h @@ -79,7 +79,7 @@ struct ccanlint { /* How many things do we (still) depend on? */ unsigned int num_depends; /* Did we skip a dependency? If so, must skip this, too. */ - bool skip; + const char *skip; /* Did we fail a dependency? If so, skip and mark as fail. */ bool skip_fail; /* Did the user want to keep these results? */