mirror of
https://sourceware.org/git/glibc.git
synced 2025-08-07 06:43:00 +03:00
Remove __STDC__ conditionals from non-installed headers.
This commit is contained in:
@@ -23,15 +23,7 @@
|
||||
|
||||
#undef L
|
||||
#ifdef __ELF__
|
||||
# ifdef __STDC__
|
||||
# define L(body) .L##body
|
||||
# else
|
||||
# define L(body) .L/**/body
|
||||
# endif
|
||||
# define L(body) .L##body
|
||||
#else
|
||||
# ifdef __STDC__
|
||||
# define L(body) L##body
|
||||
# else
|
||||
# define L(body) L/**/body
|
||||
# endif
|
||||
# define L(body) L##body
|
||||
#endif
|
||||
|
Reference in New Issue
Block a user