Remove splint hints to silence warnings from ICC and MSVC.

llvm-svn: 81108
This commit is contained in:
Benjamin Kramer 2009-09-06 09:29:39 +00:00
parent 0f5bbb585c
commit 0e098e9df7
1 changed files with 2 additions and 2 deletions

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? */