[PATCH] sparse fix
commit1414cc97e9b82f4f9e8c6bb5f0b37b1ae137f8ed
authorDave Jones <davej@redhat.com>
Wed, 27 Apr 2005 22:37:41 +0000 (27 15:37 -0700)
committerLinus Torvalds <torvalds@ppc970.osdl.org>
Wed, 27 Apr 2005 22:37:41 +0000 (27 15:37 -0700)
treef748cf9add41be8404ed8bf7eda43ba28314483b
parentf765413f020fd2c97c22716320dc96b33cda7c43
[PATCH] sparse fix

tokenize.c:682: error: static declaration of ‘ident_hit’ follows non-static decl aration
token.h:50: error: previous declaration of ‘ident_hit’ was here
tokenize.c:682: error: static declaration of ‘ident_miss’ follows non-static dec laration
token.h:50: error: previous declaration of ‘ident_miss’ was here
make: *** [tokenize.o] Error 1

This seems to do the trick..
token.h