silence warning
This commit is contained in:
parent
1574caa0df
commit
5ba56e9139
1 changed files with 1 additions and 1 deletions
|
|
@ -472,7 +472,7 @@ static Reprog*
|
|||
regcomp1(char *s, int literal, int dot_type)
|
||||
{
|
||||
int token;
|
||||
Reprog *pp;
|
||||
Reprog *volatile pp;
|
||||
|
||||
/* get memory for the program */
|
||||
pp = malloc(sizeof(Reprog) + 6*sizeof(Reinst)*strlen(s));
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue