[ASSEMBLER]: Protect macros with this.

This commit is contained in:
Roland McGrath 1995-01-26 05:36:51 +00:00
parent 1d3e470455
commit 05834bf1c7

View 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 */