From a99598c9047b58cfdf5660905211eb44ec71beb3 Mon Sep 17 00:00:00 2001 From: Ian Lance Taylor Date: Tue, 31 Jan 1995 18:28:04 +0000 Subject: [PATCH] Include , not "glimits.h". From-SVN: r8841 --- gcc/libgcc2.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/gcc/libgcc2.c b/gcc/libgcc2.c index 0030e99ed52..21de7845412 100644 --- a/gcc/libgcc2.c +++ b/gcc/libgcc2.c @@ -1050,7 +1050,7 @@ __floatdisf (u) #endif #if defined(L_fixunsxfsi) && LONG_DOUBLE_TYPE_SIZE == 96 -#include "glimits.h" +#include USItype __fixunsxfsi (a) @@ -1063,7 +1063,7 @@ __fixunsxfsi (a) #endif #ifdef L_fixunsdfsi -#include "glimits.h" +#include USItype __fixunsdfsi (a) @@ -1076,7 +1076,7 @@ __fixunsdfsi (a) #endif #ifdef L_fixunssfsi -#include "glimits.h" +#include USItype __fixunssfsi (SFtype a) -- 2.30.2