use strindex() instead of index()
This commit is contained in:
parent
7255b1aa61
commit
9d08fc6678
1 changed files with 1 additions and 1 deletions
|
@ -39,7 +39,7 @@ struct t_operand *arg;
|
|||
|
||||
char lab_buf[4][256],
|
||||
ind_buf[4][256],
|
||||
*match(), *lab(), *ind(), *end_arg();
|
||||
*match(), *lab(), *ind(), *end_arg(), *strindex();
|
||||
|
||||
static int n_index = -1;
|
||||
|
||||
|
|
Loading…
Reference in a new issue