From cc349f036a19f71b3e246ca578a300071ddcee58 Mon Sep 17 00:00:00 2001 From: Ralf Corsepius Date: Thu, 10 Nov 2005 05:26:07 +0000 Subject: 2005-11-10 Ralf Corsepius * include/rtems/stdint.h: Disable RTEMS proprietary fixed-size types. --- cpukit/include/rtems/stdint.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'cpukit/include') diff --git a/cpukit/include/rtems/stdint.h b/cpukit/include/rtems/stdint.h index 1d8add2524..cdd4934198 100644 --- a/cpukit/include/rtems/stdint.h +++ b/cpukit/include/rtems/stdint.h @@ -21,6 +21,7 @@ #include #endif +#if RTEMS_DEPRECATED_TYPES typedef uint8_t unsigned8; /* unsigned 8-bit integer */ typedef uint16_t unsigned16; /* unsigned 16-bit integer */ typedef uint32_t unsigned32; /* unsigned 32-bit integer */ @@ -34,5 +35,6 @@ typedef int32_t signed32; /* signed 32-bit integer */ #if 0 typedef int64_t signed64; /* signed 64-bit integer */ #endif +#endif #endif -- cgit v1.2.3