From: Roland McGrath Date: Mon, 14 Feb 1994 03:10:40 +0000 (+0000) Subject: Formerly unix/bsd/sony/newsos/m68k/sysdep.h.~5~ X-Git-Tag: glibc-2.16-ports-before-merge~4165 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=17fc35d6381abeee7e6e8df5003b82f2057ae17c;p=thirdparty%2Fglibc.git Formerly unix/bsd/sony/newsos/m68k/sysdep.h.~5~ --- diff --git a/sysdeps/unix/bsd/sony/newsos/m68k/sysdep.h b/sysdeps/unix/bsd/sony/newsos/m68k/sysdep.h index f707bb51788..c843b8d3cc6 100644 --- a/sysdeps/unix/bsd/sony/newsos/m68k/sysdep.h +++ b/sysdeps/unix/bsd/sony/newsos/m68k/sysdep.h @@ -1,4 +1,4 @@ -/* Copyright (C) 1993 Free Software Foundation, Inc. +/* Copyright (C) 1993, 1994 Free Software Foundation, Inc. This file is part of the GNU C Library. The GNU C Library is free software; you can redistribute it and/or @@ -20,7 +20,7 @@ Cambridge, MA 02139, USA. */ #include -#define POUND(foo) (@@@Hash-Here@@@)foo +#define POUND # #ifdef __STDC__ #define ENTRY(name) \ @@ -39,7 +39,7 @@ Cambridge, MA 02139, USA. */ .globl syscall_error; \ error: jmp syscall_error; \ ENTRY (name) \ - DO_CALL (POUND (SYS_ify (syscall_name)), args) + DO_CALL (POUND SYS_ify (syscall_name), args) #define DO_CALL(syscall, args) \ movel syscall, d0; \