diff options
author | Per Fogelstrom <pefo@cvs.openbsd.org> | 1997-05-11 16:12:13 +0000 |
---|---|---|
committer | Per Fogelstrom <pefo@cvs.openbsd.org> | 1997-05-11 16:12:13 +0000 |
commit | 03246f32eb4aa4c396840499bbfb8d22619ab092 (patch) | |
tree | 6210afac9bd45f216b077fee6e2383c94ab80c2c /sys | |
parent | 51d0d0f5d991278b2f5aacdf6093e0f44bb6df94 (diff) |
Allow setting of ABICALLS outside file
Diffstat (limited to 'sys')
-rw-r--r-- | sys/arch/pmax/include/asm.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/sys/arch/pmax/include/asm.h b/sys/arch/pmax/include/asm.h index 0a152c2f6be..6d1efa978be 100644 --- a/sys/arch/pmax/include/asm.h +++ b/sys/arch/pmax/include/asm.h @@ -1,4 +1,4 @@ -/* $OpenBSD: asm.h,v 1.2 1996/10/29 17:02:38 graichen Exp $ */ +/* $OpenBSD: asm.h,v 1.3 1997/05/11 16:12:12 pefo Exp $ */ /* * Copyright (c) 1992, 1993 @@ -49,7 +49,9 @@ #include <machine/regdef.h> +#ifndef ABICALLS #define ABICALLS .abicalls +#endif #if defined(ABICALLS) && !defined(_KERNEL) ABICALLS |