use strindex() instead of index()
This commit is contained in:
parent
7255b1aa61
commit
9d08fc6678
@ -39,7 +39,7 @@ struct t_operand *arg;
|
|||||||
|
|
||||||
char lab_buf[4][256],
|
char lab_buf[4][256],
|
||||||
ind_buf[4][256],
|
ind_buf[4][256],
|
||||||
*match(), *lab(), *ind(), *end_arg();
|
*match(), *lab(), *ind(), *end_arg(), *strindex();
|
||||||
|
|
||||||
static int n_index = -1;
|
static int n_index = -1;
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user