Source-Changes-HG archive

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

[src/trunk]: src/sys/dev/ic Remove unnecessary junk on #undef line that some ...



details:   https://anonhg.NetBSD.org/src/rev/1bd4ca8dde42
branches:  trunk
changeset: 485715:1bd4ca8dde42
user:      thorpej <thorpej%NetBSD.org@localhost>
date:      Wed May 03 19:19:04 2000 +0000

description:
Remove unnecessary junk on #undef line that some C preprocessors
get cranky about.

diffstat:

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

diffs (18 lines):

diff -r 9a26b091adb1 -r 1bd4ca8dde42 sys/dev/ic/com.c
--- a/sys/dev/ic/com.c  Wed May 03 19:17:54 2000 +0000
+++ b/sys/dev/ic/com.c  Wed May 03 19:19:04 2000 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: com.c,v 1.171 2000/03/30 02:04:30 simonb Exp $ */
+/*     $NetBSD: com.c,v 1.172 2000/05/03 19:19:04 thorpej Exp $        */
 
 /*-
  * Copyright (c) 1998, 1999 The NetBSD Foundation, Inc.
@@ -252,7 +252,7 @@
                return (-1);
        return (x);
 
-#undef divrnd(n, q)
+#undef divrnd
 }
 
 #ifdef COM_DEBUG



Home | Main Index | Thread Index | Old Index