Changeset f10a999 in rtems
- Timestamp:
- Nov 20, 2004, 2:57:19 AM (16 years ago)
- Branches:
- 4.10, 4.11, 4.8, 4.9, 5, master
- Children:
- b34665f8
- Parents:
- 46ce08d
- Location:
- cpukit
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
cpukit/ChangeLog
r46ce08d rf10a999 1 2004-11-20 Ralf Corsepius <ralf.corsepiu@rtems.org> 2 3 * libcsupport/include/stdint.h: Move mal-placed comment. 4 1 5 2004-11-10 Joel Sherrill <joel@oarcorp.com> 2 6 -
cpukit/libcsupport/include/stdint.h
r46ce08d rf10a999 233 233 #undef __EXP 234 234 235 /* Macros for minimum-width integer constant expressions */ 236 235 /** Macros for minimum-width integer constant expressions */ 237 236 #define INT8_C(x) x 238 237 #define UINT8_C(x) x##U … … 249 248 #endif 250 249 251 /* Macros for greatest-width integer constant expression */252 250 #if __int64_t_defined 253 251 #if __rtems_longlong64 … … 260 258 #endif 261 259 260 /** Macros for greatest-width integer constant expression */ 262 261 #if __rtems_longlong64 263 262 #define INTMAX_C(x) x##LL … … 273 272 #endif 274 273 275 #endif 274 #endif /* _STDINT_H */
Note: See TracChangeset
for help on using the changeset viewer.