mirror of
https://sourceware.org/git/glibc.git
synced 2025-08-01 10:06:57 +03:00
Remove __STDC__ conditionals from non-installed headers.
This commit is contained in:
@ -21,11 +21,7 @@
|
||||
#ifndef C_LABEL
|
||||
|
||||
/* Define a macro we can use to construct the asm name for a C symbol. */
|
||||
# ifdef __STDC__
|
||||
# define C_LABEL(name) name##:
|
||||
# else
|
||||
# define C_LABEL(name) name/**/:
|
||||
# endif
|
||||
# define C_LABEL(name) name##:
|
||||
|
||||
#endif
|
||||
|
||||
|
Reference in New Issue
Block a user