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.ang...@bell.net
2013-10-19 John David Anglin <dang...@gcc.gnu.org>
PR target/58603
* system.h: Undef m_slot.
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