From 7b153ce13a6e91bc0ca787fc9d3345456ec09803 Mon Sep 17 00:00:00 2001 From: Roland McGrath Date: Sun, 22 Jul 2007 06:46:54 +0000 Subject: 2006-06-13 Thomas Schwinge * sysdeps/mach/hurd/tls.h: Change `ASSEMBLER' conditional to `__ASSEMBLER__'. * sysdeps/mach/hurd/i386/tls.h: Likewise. --- sysdeps/mach/hurd/tls.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sysdeps/mach/hurd/tls.h') diff --git a/sysdeps/mach/hurd/tls.h b/sysdeps/mach/hurd/tls.h index cce42ef374..8159ed986c 100644 --- a/sysdeps/mach/hurd/tls.h +++ b/sysdeps/mach/hurd/tls.h @@ -20,7 +20,7 @@ #ifndef _TLS_H #define _TLS_H -#if defined HAVE_TLS_SUPPORT && !defined ASSEMBLER +#if defined HAVE_TLS_SUPPORT && !defined __ASSEMBLER__ # include # include -- cgit 1.4.1