X-Git-Url: https://git.ozlabs.org/?a=blobdiff_plain;f=ccan%2Fccan_tokenizer%2F_info;h=754b3cf680f4cc412b3d1adf36112ba557cf8fbc;hb=ce9468f49127912800339906652ff823561835d4;hp=8c3c9df2d9792a5656256d81282a4198a8b04b9b;hpb=69cc1b45b4921c0be738902fe0d5225f135e2aae;p=ccan diff --git a/ccan/ccan_tokenizer/_info b/ccan/ccan_tokenizer/_info index 8c3c9df2..754b3cf6 100644 --- a/ccan/ccan_tokenizer/_info +++ b/ccan/ccan_tokenizer/_info @@ -14,7 +14,7 @@ * #include * #include * - * void token_list_stats(const struct token_list *tl) { + * static void token_list_stats(const struct token_list *tl) { * size_t comment=0, white=0, stray=0, code=0, total=0; * size_t count = 0; * const struct token *i;