Prototype change of scanc needs change here also.

This commit is contained in:
ragge 1997-01-11 11:07:52 +00:00
parent f98e31628a
commit 7bf599379e
1 changed files with 3 additions and 2 deletions

View File

@ -1,4 +1,4 @@
/* $NetBSD: macros.h,v 1.9 1996/06/10 15:33:39 cgd Exp $ */
/* $NetBSD: macros.h,v 1.10 1997/01/11 11:07:52 ragge Exp $ */
/*
* Copyright (c) 1994 Ludd, University of Lule}, Sweden.
@ -129,7 +129,8 @@ static __inline__ int locc(int mask, char *cp,u_int size){
}
#endif
static __inline__ int scanc(u_int size, u_char *cp,u_char *table, int mask){
static __inline__ int
scanc(u_int size, const u_char *cp, const u_char *table, int mask){
register ret;
asm __volatile("scanc %1,(%2),(%3),%4;movl r0,%0"