use strindex() instead of index()
authorceriel <none@none>
Thu, 12 Oct 1989 11:16:43 +0000 (11:16 +0000)
committerceriel <none@none>
Thu, 12 Oct 1989 11:16:43 +0000 (11:16 +0000)
mach/vax4/ce/as.c

index 3a97c6b..c262e70 100644 (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;