unimportant file updates

This commit is contained in:
FIX94 2017-01-17 01:12:27 +01:00
parent 8492589988
commit 01a3201d91
No known key found for this signature in database
GPG Key ID: CE39016A19D8EADA
3 changed files with 21 additions and 9 deletions

View File

@ -1,10 +1,14 @@
#ifndef _STDINT_WRAP_H
#define _STDINT_WRAP_H
#include <../../powerpc-eabi/include/stdint.h>
#define int32_t dontcare_int32_t
#define uint32_t dontcare_uint32_t
#include_next <stdint.h>
#undef int32_t
#undef uint32_t
#define int32_t my_int32_t
#define uint32_t my_uint32_t
typedef signed int int32_t;
typedef unsigned int uint32_t;

View File

@ -1,10 +1,14 @@
#ifndef _STDINT_WRAP_H
#define _STDINT_WRAP_H
#include <../../powerpc-eabi/include/stdint.h>
#define int32_t dontcare_int32_t
#define uint32_t dontcare_uint32_t
#include_next <stdint.h>
#undef int32_t
#undef uint32_t
#define int32_t my_int32_t
#define uint32_t my_uint32_t
typedef signed int int32_t;
typedef unsigned int uint32_t;

View File

@ -1,10 +1,14 @@
#ifndef _STDINT_WRAP_H
#define _STDINT_WRAP_H
#include <../../powerpc-eabi/include/stdint.h>
#define int32_t dontcare_int32_t
#define uint32_t dontcare_uint32_t
#include_next <stdint.h>
#undef int32_t
#undef uint32_t
#define int32_t my_int32_t
#define uint32_t my_uint32_t
typedef signed int int32_t;
typedef unsigned int uint32_t;