From c8337fee8bd30207245f67201a9b4559f10ca91c Mon Sep 17 00:00:00 2001 From: Bruno Haible Date: Tue, 1 Jun 2010 22:53:19 +0200 Subject: Avoid possible bad interaction with Solaris 2.5.1 . --- lib/stdint.mini.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'lib') diff --git a/lib/stdint.mini.h b/lib/stdint.mini.h index d6f2cb0..111efbe 100644 --- a/lib/stdint.mini.h +++ b/lib/stdint.mini.h @@ -1,4 +1,4 @@ -/* Copyright (C) 2001-2002, 2004-2009 Free Software Foundation, Inc. +/* Copyright (C) 2001-2002, 2004-2010 Free Software Foundation, Inc. Written by Paul Eggert, Bruno Haible, Sam Steingold, Peter Burwood. This file is part of gnulib. @@ -121,7 +121,6 @@ typedef unsigned int unistring_uint32_t; /* Avoid collision with Solaris 2.5.1 etc. */ #define _UINT8_T #define _UINT32_T -#define _UINT64_T #endif /* _UNISTRING_STDINT_H */ -- cgit v1.2.1