diff mbox

[committed] Fix identifier conflict on hppa*-*-hpux*

Message ID BLU0-SMTP81DBC6444395FE6831E75397070@phx.gbl
State New
Headers show

Commit Message

John David Anglin Oct. 19, 2013, 10:09 p.m. UTC
The attached change fixes an identifer conflict caused by renaming the  
member _slot to m_slot.
This fixes PR target/58603.

Committed as obvious.  Tested on hppa2.0w-hp-hpux11.11, hppa64-hp- 
hpux11.11 and hppa1.1-hp-hpux11.11.

Dave
--
John David Anglin	dave.anglin@bell.net
2013-10-19  John David Anglin  <danglin@gcc.gnu.org>

	PR target/58603
	* system.h: Undef m_slot.
diff mbox

Patch

Index: system.h
===================================================================
--- system.h	(revision 203160)
+++ system.h	(working copy)
@@ -264,8 +264,9 @@ 
 
 #ifdef HAVE_SYS_PARAM_H
 # include <sys/param.h>
-/* We use this identifier later and it appears in some vendor param.h's.  */
+/* We use these identifiers later and they appear in some vendor param.h's.  */
 # undef PREFETCH
+# undef m_slot
 #endif
 
 #if HAVE_LIMITS_H