aboutsummaryrefslogtreecommitdiff
path: root/sysdeps/i386/asm-syntax.h
diff options
context:
space:
mode:
Diffstat (limited to 'sysdeps/i386/asm-syntax.h')
-rw-r--r--sysdeps/i386/asm-syntax.h12
1 files changed, 2 insertions, 10 deletions
diff --git a/sysdeps/i386/asm-syntax.h b/sysdeps/i386/asm-syntax.h
index 19510e0..4b9fd20 100644
--- a/sysdeps/i386/asm-syntax.h
+++ b/sysdeps/i386/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