[ASSEMBLER]: Protect macros with this.
authorRoland McGrath <roland@gnu.org>
Thu, 26 Jan 1995 05:36:51 +0000 (05:36 +0000)
committerRoland McGrath <roland@gnu.org>
Thu, 26 Jan 1995 05:36:51 +0000 (05:36 +0000)
sysdeps/unix/bsd/hp/m68k/sysdep.h

index bd30bb8..3487ab2 100644 (file)
@@ -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 <sysdeps/unix/sysdep.h>
 
+#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 */