From 965a54a4eecc6cf5c53718f07290171f744c4d6c Mon Sep 17 00:00:00 2001 From: Joseph Myers Date: Thu, 26 Jan 2012 23:31:37 +0000 Subject: Remove __STDC__ conditionals from non-installed headers. --- sysdeps/s390/asm-syntax.h | 12 ++---------- 1 file changed, 2 insertions(+), 10 deletions(-) (limited to 'sysdeps/s390/asm-syntax.h') diff --git a/sysdeps/s390/asm-syntax.h b/sysdeps/s390/asm-syntax.h index a1d7b5e74b..98dc6e866e 100644 --- a/sysdeps/s390/asm-syntax.h +++ b/sysdeps/s390/asm-syntax.h @@ -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 -- cgit 1.4.1