diff options
author | Miod Vallat <miod@cvs.openbsd.org> | 2001-03-07 23:37:18 +0000 |
---|---|---|
committer | Miod Vallat <miod@cvs.openbsd.org> | 2001-03-07 23:37:18 +0000 |
commit | ac7202c4dca35eb26043de3d2fed988825772fe1 (patch) | |
tree | ff7f617686f0ad210fdcb690dfe834fbba772541 /sys/arch/mvme88k/include/mvme1x7.h | |
parent | a05a325f551b5d6aa4486218242ada4d3cd08931 (diff) |
Inclusion from assembly code is detected with _LOCORE, no more fancy symbols.
Diffstat (limited to 'sys/arch/mvme88k/include/mvme1x7.h')
-rw-r--r-- | sys/arch/mvme88k/include/mvme1x7.h | 4 |
1 files changed, 2 insertions, 2 deletions
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__) |