From ac7202c4dca35eb26043de3d2fed988825772fe1 Mon Sep 17 00:00:00 2001 From: Miod Vallat Date: Wed, 7 Mar 2001 23:37:18 +0000 Subject: Inclusion from assembly code is detected with _LOCORE, no more fancy symbols. --- sys/arch/mvme88k/include/mvme1x7.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'sys/arch/mvme88k/include/mvme1x7.h') diff --git a/sys/arch/mvme88k/include/mvme1x7.h b/sys/arch/mvme88k/include/mvme1x7.h index 3bf85c1f38c..0374d75b5b5 100644 --- a/sys/arch/mvme88k/include/mvme1x7.h +++ b/sys/arch/mvme88k/include/mvme1x7.h @@ -1,4 +1,4 @@ -/* $OpenBSD: mvme1x7.h,v 1.3 2001/02/01 03:38:18 smurph Exp $ */ +/* $OpenBSD: mvme1x7.h,v 1.4 2001/03/07 23:37:17 miod Exp $ */ /* * Copyright (c) 1996 Nivas Madhur * Copyright (c) 1999 Steve Murphree, Jr. @@ -54,7 +54,7 @@ * it'll be unsigned in both ANSI and traditional. */ #ifndef UDEFINED -#if defined(ASSEMBLER) +#if defined(_LOCORE) # define U(num) num #else # if defined(__STDC__) -- cgit v1.2.3