X-Git-Url: http://git.ozlabs.org/?a=blobdiff_plain;f=ccan%2Fccan_tokenizer%2F_info;h=754b3cf680f4cc412b3d1adf36112ba557cf8fbc;hb=97f93f50918abc3578bf868f0e1207eeb6ab1c83;hp=8c3c9df2d9792a5656256d81282a4198a8b04b9b;hpb=3c81225fc0a4fb99d10282ebf11b7ec6ae1eabdd;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;