diff options
author | Marc Espie <espie@cvs.openbsd.org> | 2001-07-04 23:14:57 +0000 |
---|---|---|
committer | Marc Espie <espie@cvs.openbsd.org> | 2001-07-04 23:14:57 +0000 |
commit | 2ede71b20e42d2f74d0298d6358b37726dc3dc67 (patch) | |
tree | 0124ebbc6d29caf69d8f0f322244747e5e5cb461 /sys/arch | |
parent | 3c3c8e0b30db1bf4ef13d732ae4521e855b1a235 (diff) |
Make preprocessor happier, don't give it untasty tokens at end of input.
Ok millert@
Diffstat (limited to 'sys/arch')
-rw-r--r-- | sys/arch/i386/isa/pccom.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/arch/i386/isa/pccom.c b/sys/arch/i386/isa/pccom.c index f7e45527924..e4f048e8fc7 100644 --- a/sys/arch/i386/isa/pccom.c +++ b/sys/arch/i386/isa/pccom.c @@ -1,4 +1,4 @@ -/* $OpenBSD: pccom.c,v 1.37 2001/03/15 17:52:20 deraadt Exp $ */ +/* $OpenBSD: pccom.c,v 1.38 2001/07/04 23:14:51 espie Exp $ */ /* $NetBSD: com.c,v 1.82.4.1 1996/06/02 09:08:00 mrg Exp $ */ /* @@ -226,7 +226,7 @@ comspeed(freq, speed) return -1; return x; -#undef divrnd(n, q) +#undef divrnd } int |