From 7b103820eee01118c71e8991865fd624cf1833f2 Mon Sep 17 00:00:00 2001 From: Dan Carpenter Date: Mon, 8 Feb 2010 13:21:10 +0300 Subject: [PATCH] Add register_project() to check_list.h Somehow forgot to do this before. Signed-off-by: Dan Carpenter --- check_list.h | 1 + 1 file changed, 1 insertion(+) diff --git a/check_list.h b/check_list.h index 33af3daa..158763f8 100644 --- a/check_list.h +++ b/check_list.h @@ -5,6 +5,7 @@ CK(register_smatch_extra) /* smatch_extra always has to be first */ CK(register_modification_hooks) +CK(register_project) CK(register_smatch_ignore) CK(check_debug) -- 2.11.4.GIT