Remove splint hints to silence warnings from ICC and MSVC.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@81108 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Benjamin Kramer 2009-09-06 09:29:39 +00:00
parent 59bf4fcc06
commit 5b7c3567a1

View File

@ -256,8 +256,8 @@ static void
p_ere(struct parse *p, int stop) /* character this ERE should end at */
{
char c;
sopno prevback = prevback;
sopno prevfwd = prevfwd;
sopno prevback;
sopno prevfwd;
sopno conc;
int first = 1; /* is this the first alternative? */