Trivial fix for some seg fault. Signed-Off-By: Christopher Li <sparse@xxxxxxxxxxx> Index: sparse/token.h =================================================================== --- sparse.orig/token.h 2006-11-22 23:34:35.000000000 -0800 +++ sparse/token.h 2006-11-22 23:36:28.000000000 -0800 @@ -94,7 +94,7 @@ "||", "|=", \ "^=", "##", \ "<<", ">>", "..", \ - "<<=", ">>=", "..." \ + "<<=", ">>=", "...", \ "", \ "<", ">", "<=", ">=" \ } - To unsubscribe from this list: send the line "unsubscribe linux-sparse" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html