[8150] Provided short name for portable format specifier for size_t values

This commit is contained in:
VladimirMangos 2009-07-09 00:25:31 +04:00
parent 8b82154988
commit e0ddcd6ead
2 changed files with 3 additions and 1 deletions

View file

@ -146,6 +146,8 @@
#define SI64FMTD ACE_INT64_FORMAT_SPECIFIER
#define SI64LIT(N) ACE_INT64_LITERAL(N)
#define SIZEFMTD ACE_SIZE_T_FORMAT_SPECIFIER
inline float finiteAlways(float f) { return finite(f) ? f : 0.0f; }
#define atol(a) strtoul( a, NULL, 10)

View file

@ -1,4 +1,4 @@
#ifndef __REVISION_NR_H__
#define __REVISION_NR_H__
#define REVISION_NR "8149"
#define REVISION_NR "8150"
#endif // __REVISION_NR_H__