Move the checks out of smatch.c into check_list.h
commita072dbb0ec1ffe7bcc149bcf0addf9b3badb1875
authorDan Carpenter <error27@gmail.com>
Wed, 20 Jan 2010 09:18:32 +0000 (20 12:18 +0300)
committerDan Carpenter <error27@gmail.com>
Wed, 20 Jan 2010 09:18:32 +0000 (20 12:18 +0300)
tree2e839deff9601eb019902c38c66058ea9638879f
parent05c1c20ff379a992c6adc288f0afcf531d0d0ea7
Move the checks out of smatch.c into check_list.h

This way you only have to add the checks in one place instead of two.

Signed-off-by: Dan Carpenter <error27@gmail.com>
Makefile
check_list.h [new file with mode: 0644]
smatch.c