[ASSEMBLER]: Protect macros with this.
This commit is contained in:
parent
1d3e470455
commit
05834bf1c7
@ -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 */
|
||||
|
Loading…
Reference in New Issue
Block a user