From c22112f61a5f282c030df058d832548f942bac07 Mon Sep 17 00:00:00 2001 From: Steve Ellcey Date: Fri, 19 Apr 2013 22:06:34 +0000 Subject: 2013-04-19 Steve Ellcey * mips/cfe_api.h (int64_t): Remove define. (uint64_t): Remove define. (intptr_t): Remove define. (uintptr_t): Remove define. (sys/types.h): Remove include. (_ansi.h): Remove include. --- libgloss/mips/cfe_api.h | 7 ------- 1 file changed, 7 deletions(-) (limited to 'libgloss/mips/cfe_api.h') diff --git a/libgloss/mips/cfe_api.h b/libgloss/mips/cfe_api.h index afe46834e..b17f929c4 100644 --- a/libgloss/mips/cfe_api.h +++ b/libgloss/mips/cfe_api.h @@ -59,13 +59,6 @@ * CFE_API_* can be defined here as desired. */ /* Begin customization. */ -#include /* for __uint64_t and __int64_t. */ -#define int64_t __int64_t -#define uint64_t __int64_t -#include <_ansi.h> /* for _POINTER_INT. */ -typedef _POINTER_INT intptr_t; -typedef unsigned _POINTER_INT uintptr_t; - #include #define cfe_strlen(s) strlen(s) -- cgit v1.2.3