From 0ed7608653f0f1a18d410a8e57ecfe8a9a825e2a Mon Sep 17 00:00:00 2001 From: kristerw Date: Sat, 2 Nov 2002 12:00:03 +0000 Subject: [PATCH] Revert previous. Nested comments are evil. --- sys/net/netisr_dispatch.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sys/net/netisr_dispatch.h b/sys/net/netisr_dispatch.h index 36b8541718aa..42e9950b2462 100644 --- a/sys/net/netisr_dispatch.h +++ b/sys/net/netisr_dispatch.h @@ -1,4 +1,4 @@ -/* $NetBSD: netisr_dispatch.h,v 1.9 2002/11/02 07:26:56 perry Exp $ */ +/* $NetBSD: netisr_dispatch.h,v 1.10 2002/11/02 12:00:03 kristerw Exp $ */ /* * netisr_dispatch: This file is included by the @@ -8,7 +8,7 @@ * * softintr() { * ...do setup stuff... - * #define DONETISR(bit, fn) do { ... } while (/*CONSTCOND*/ 0) + * #define DONETISR(bit, fn) do { ... } while (0) * #include * #undef DONETISR * ...do cleanup stuff.