* lib/bitset.h (_GL_BITSET_H): Rename from _BITSET_H, to
avoid clash with Solaris 11 <sys/bitset.h>.
* lib/gc.h (_GL_GC_H): Rename from GC_H, to avoid clash
with Solaris 11 <xorg/gc.h>.
+2019-01-03 Paul Eggert <eggert@cs.ucla.edu>
+
+ bitset, crypto/gc: fix conflicts with Solaris 11
+ * lib/bitset.h (_GL_BITSET_H): Rename from _BITSET_H, to
+ avoid clash with Solaris 11 <sys/bitset.h>.
+ * lib/gc.h (_GL_GC_H): Rename from GC_H, to avoid clash
+ with Solaris 11 <xorg/gc.h>.
+
2019-01-04 Bruno Haible <bruno@clisp.org>
safe-read, safe-write: Fix conflict with Illumos-Joyent <sys/limits.h>.
You should have received a copy of the GNU General Public License
along with this program. If not, see <http://www.gnu.org/licenses/>. */
-#ifndef _BITSET_H
-#define _BITSET_H
+#ifndef _GL_BITSET_H
+#define _GL_BITSET_H
/* This file is the public interface to the bitset abstract data type.
Only use the functions and macros defined in this file. */
/* Function to debug bitset stats from debugger. */
void debug_bitset_stats (void);
-#endif /* _BITSET_H */
+#endif /* _GL_BITSET_H */
*
*/
-#ifndef GC_H
-# define GC_H
+#ifndef _GL_GC_H
+# define _GL_GC_H
/* Get size_t. */
# include <stddef.h>
Simon
*/
-#endif /* GC_H */
+#endif /* _GL_GC_H */