From 03246f32eb4aa4c396840499bbfb8d22619ab092 Mon Sep 17 00:00:00 2001 From: Per Fogelstrom Date: Sun, 11 May 1997 16:12:13 +0000 Subject: Allow setting of ABICALLS outside file --- sys/arch/pmax/include/asm.h | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'sys/arch/pmax/include/asm.h') 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 +#ifndef ABICALLS #define ABICALLS .abicalls +#endif #if defined(ABICALLS) && !defined(_KERNEL) ABICALLS -- cgit v1.2.3