From: ceriel Date: Thu, 12 Oct 1989 11:16:43 +0000 (+0000) Subject: use strindex() instead of index() X-Git-Tag: release-5-5~2230 X-Git-Url: https://git.ndcode.org/public/gitweb.cgi?a=commitdiff_plain;h=9d08fc66780ad81efe3a00fe51613dff7a01dc55;p=ack.git use strindex() instead of index() --- diff --git a/mach/vax4/ce/as.c b/mach/vax4/ce/as.c index 3a97c6b1f..c262e7086 100644 --- a/mach/vax4/ce/as.c +++ b/mach/vax4/ce/as.c @@ -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;