From eb383413c242546f266f9694071e0480806649b3 Mon Sep 17 00:00:00 2001 From: "H.J. Lu" Date: Thu, 15 Jun 2000 20:56:25 +0000 Subject: Synced with libiberty in the gcc repository. --- libiberty/mkstemps.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libiberty/mkstemps.c') diff --git a/libiberty/mkstemps.c b/libiberty/mkstemps.c index 16c16a2..6ef526e 100644 --- a/libiberty/mkstemps.c +++ b/libiberty/mkstemps.c @@ -39,7 +39,7 @@ /* We need to provide a type for gcc_uint64_t. */ #ifdef __GNUC__ -typedef unsigned long long gcc_uint64_t; +__extension__ typedef unsigned long long gcc_uint64_t; #else typedef unsigned long gcc_uint64_t; #endif -- cgit v1.1