From 05834bf1c793854c40dda6b71522234a1c8a5c71 Mon Sep 17 00:00:00 2001 From: Roland McGrath Date: Thu, 26 Jan 1995 05:36:51 +0000 Subject: [PATCH] [ASSEMBLER]: Protect macros with this. --- sysdeps/unix/bsd/hp/m68k/sysdep.h | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) 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 */ -- 2.7.4