From 9d08fc66780ad81efe3a00fe51613dff7a01dc55 Mon Sep 17 00:00:00 2001 From: ceriel Date: Thu, 12 Oct 1989 11:16:43 +0000 Subject: [PATCH] use strindex() instead of index() --- mach/vax4/ce/as.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; -- 2.34.1