From f10a9991c873dcf2dbfc349791434bf7829b7c05 Mon Sep 17 00:00:00 2001 From: Ralf Corsepius Date: Sat, 20 Nov 2004 02:57:19 +0000 Subject: 2004-11-20 Ralf Corsepius * libcsupport/include/stdint.h: Move mal-placed comment. --- cpukit/libcsupport/include/stdint.h | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) (limited to 'cpukit/libcsupport') diff --git a/cpukit/libcsupport/include/stdint.h b/cpukit/libcsupport/include/stdint.h index 02cc5f19e0..ec282655c9 100644 --- a/cpukit/libcsupport/include/stdint.h +++ b/cpukit/libcsupport/include/stdint.h @@ -232,8 +232,7 @@ typedef unsigned long uintptr_t; #undef __EXP -/* Macros for minimum-width integer constant expressions */ - +/** Macros for minimum-width integer constant expressions */ #define INT8_C(x) x #define UINT8_C(x) x##U @@ -248,7 +247,6 @@ typedef unsigned long uintptr_t; #define UINT32_C(x) x##U #endif -/* Macros for greatest-width integer constant expression */ #if __int64_t_defined #if __rtems_longlong64 #define INT64_C(x) x##LL @@ -259,6 +257,7 @@ typedef unsigned long uintptr_t; #endif #endif +/** Macros for greatest-width integer constant expression */ #if __rtems_longlong64 #define INTMAX_C(x) x##LL #define UINTMAX_C(x) x##ULL @@ -272,4 +271,4 @@ typedef unsigned long uintptr_t; } #endif -#endif +#endif /* _STDINT_H */ -- cgit v1.2.3