Directives may not be used inside a macro argument, so don't.

This commit is contained in:
obrien 2002-05-09 18:01:19 +00:00
parent 9b0b9784b2
commit d176db23ad

View File

@ -1890,12 +1890,12 @@ ar_dmac_intr(struct ar_hardc *hc, int scano, u_char isr1)
TRC(int ind = sc->rxhind;)
ar_get_packets(sc);
TRC(
#ifndef NETGRAPH
if(tt == sc->ifsppp.pp_if.if_ipackets) {
#define IPACKETS sc->ifsppp.pp_if.if_ipackets
#else /* NETGRAPH */
if(tt == sc->ipackets) {
#define IPACKETS sc->ipackets
#endif /* NETGRAPH */
TRC(if(tt == IPACKETS) {
sca_descriptor *rxdesc;
int i;