1
0
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:
Joseph Myers
2012-01-26 23:31:37 +00:00
parent 7071ad79db
commit 965a54a4ee
10 changed files with 27 additions and 63 deletions

View File

@ -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