From: Roland McGrath Date: Thu, 26 Jan 1995 05:36:51 +0000 (+0000) Subject: [ASSEMBLER]: Protect macros with this. X-Git-Tag: upstream/2.30~10627^2~3968 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=05834bf1c793854c40dda6b71522234a1c8a5c71;p=external%2Fglibc.git [ASSEMBLER]: Protect macros with this. --- diff --git a/sysdeps/unix/bsd/hp/m68k/sysdep.h b/sysdeps/unix/bsd/hp/m68k/sysdep.h index bd30bb8..3487ab2 100644 --- a/sysdeps/unix/bsd/hp/m68k/sysdep.h +++ b/sysdeps/unix/bsd/hp/m68k/sysdep.h @@ -1,4 +1,4 @@ -/* Copyright (C) 1991, 1992, 1993, 1994 Free Software Foundation, Inc. +/* Copyright (C) 1991, 1992, 1993, 1994, 1995 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,6 +20,8 @@ Cambridge, MA 02139, USA. */ #include +#ifdef ASSEMBLER + #define POUND # #ifdef __STDC__ @@ -50,3 +52,5 @@ Cambridge, MA 02139, USA. */ #define r0 d0 #define r1 d1 #define MOVE(x,y) movel x , y + +#endif /* ASSEMBLER */