Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/arch/x68k/dev Don't include macro params when #undef'ing...



details:   https://anonhg.NetBSD.org/src/rev/c4424619efb2
branches:  trunk
changeset: 532050:c4424619efb2
user:      thorpej <thorpej%NetBSD.org@localhost>
date:      Thu May 30 22:11:14 2002 +0000

description:
Don't include macro params when #undef'ing it.

diffstat:

 sys/arch/x68k/dev/com.c |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r dbb93d377934 -r c4424619efb2 sys/arch/x68k/dev/com.c
--- a/sys/arch/x68k/dev/com.c   Thu May 30 22:04:55 2002 +0000
+++ b/sys/arch/x68k/dev/com.c   Thu May 30 22:11:14 2002 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: com.c,v 1.24 2002/03/17 19:40:52 atatat Exp $  */
+/*     $NetBSD: com.c,v 1.25 2002/05/30 22:11:14 thorpej Exp $ */
 
 /*-
  * Copyright (c) 1998 The NetBSD Foundation, Inc.
@@ -224,7 +224,7 @@
                return -1;
        return x;
 
-#undef divrnd(n, q)
+#undef divrnd
 }
 
 static int



Home | Main Index | Thread Index | Old Index