From 5896e6b5a58b6d6a2571cec470df629134533245 Mon Sep 17 00:00:00 2001 From: Brendan Kehoe Date: Tue, 21 Apr 1992 06:37:47 +0000 Subject: [PATCH] Formerly unix/bsd/sun/m68k/sysdep.h.~13~ --- sysdeps/unix/bsd/sun/m68k/sysdep.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sysdeps/unix/bsd/sun/m68k/sysdep.h b/sysdeps/unix/bsd/sun/m68k/sysdep.h index 10bdcfbd21..8dd61b56a7 100644 --- a/sysdeps/unix/bsd/sun/m68k/sysdep.h +++ b/sysdeps/unix/bsd/sun/m68k/sysdep.h @@ -35,7 +35,7 @@ Cambridge, MA 02139, USA. */ #endif #ifdef __STDC__ -#define PSEUDO(name, syscall_name) \ +#define PSEUDO(name, syscall_name, args) \ .even; \ .globl syscall_error; \ error: jmp syscall_error; \ @@ -44,7 +44,7 @@ Cambridge, MA 02139, USA. */ trap POUND(0); \ bcs error #else -#define PSEUDO(name, syscall_name) \ +#define PSEUDO(name, syscall_name, args) \ .even; \ .globl syscall_error; \ error: jmp syscall_error; \