use strindex() instead of index()

This commit is contained in:
ceriel 1989-10-12 11:16:43 +00:00
parent 7255b1aa61
commit 9d08fc6678

View file

@ -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;