delint: () protect some macro args

This commit is contained in:
lukem 2001-05-15 15:00:04 +00:00
parent 9bef152bd7
commit 09ba301f07
1 changed files with 3 additions and 3 deletions

View File

@ -1,4 +1,4 @@
/* $NetBSD: pas.c,v 1.47 2000/04/28 08:51:42 jdolecek Exp $ */
/* $NetBSD: pas.c,v 1.48 2001/05/15 15:00:04 lukem Exp $ */
/*
* Copyright (c) 1991-1993 Regents of the University of California.
@ -166,8 +166,8 @@ static struct audio_device pas_device = {
};
/*XXX assume default I/O base address */
#define pasread(p) inb(p)
#define paswrite(d, p) outb(p, d)
#define pasread(p) inb((p))
#define paswrite(d, p) outb((p), (d))
void
pasconf(model, sbbase, sbirq, sbdrq)