mirror of
git://sourceware.org/git/glibc.git
synced 2025-01-24 12:25:35 +08:00
LOC): Don't paste in a token.
This commit is contained in:
parent
e4bf0032b0
commit
3ab5bc8a52
@ -1,4 +1,4 @@
|
||||
/* Copyright (C) 1993, 1994, 1995, 1997, 1998 Free Software Foundation, Inc.
|
||||
/* Copyright (C) 1993,1994,1995,1997,1998,2002 Free Software Foundation, Inc.
|
||||
This file is part of the GNU C Library.
|
||||
Contributed by Brendan Kehoe (brendan@zen.org).
|
||||
|
||||
@ -51,6 +51,6 @@
|
||||
#define r1 %o1
|
||||
#define MOVE(x,y) mov x, y
|
||||
|
||||
#define LOC(name) .##L##name
|
||||
#define LOC(name) .L##name
|
||||
|
||||
#endif /* __ASSEMBLER__ */
|
||||
|
Loading…
Reference in New Issue
Block a user