From 39424268c6990ec593b98fccb94dcf684d4558de Mon Sep 17 00:00:00 2001 From: sommerfeld Date: Thu, 6 Dec 2001 01:56:19 +0000 Subject: [PATCH] Use #if defined(FOO_CPU) instead of #if FOO_CPU just to be picky. Spotted by Thomas Klausner. --- sys/arch/i386/include/rnd.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sys/arch/i386/include/rnd.h b/sys/arch/i386/include/rnd.h index cfaed48df47a..3ad6f0c7c498 100644 --- a/sys/arch/i386/include/rnd.h +++ b/sys/arch/i386/include/rnd.h @@ -1,4 +1,4 @@ -/* $NetBSD: rnd.h,v 1.3 2000/07/02 21:05:14 sommerfeld Exp $ */ +/* $NetBSD: rnd.h,v 1.4 2001/12/06 01:56:19 sommerfeld Exp $ */ /*- * Copyright (c) 2000 The NetBSD Foundation, Inc. @@ -53,7 +53,7 @@ static __inline int cpu_hascounter(void) { -#if I586_CPU || I686_CPU +#if defined(I586_CPU) || defined(I686_CPU) /* * Note that: * 1) Intel documentation is very specific that code *must* test