X-Git-Url: https://pd.if.org/git/?p=pdclib;a=blobdiff_plain;f=_PDCLIB_config.h;h=2b69f07c121805e1a2c3d85ed8d7d95029e595c1;hp=95855056f28e3d0f4d1f2cbc0f4d319e04e12986;hb=641c7ba235ea45b29e679188bec506fdd4e24995;hpb=89c516d1b45766b519f60b986366a3c592ec5760 diff --git a/_PDCLIB_config.h b/_PDCLIB_config.h index 9585505..2b69f07 100644 --- a/_PDCLIB_config.h +++ b/_PDCLIB_config.h @@ -1,5 +1,7 @@ /* $Id$ */ +/* Release: $Name$ */ + /* Internal PDCLib configuration <_PDCLIB_config.h> (Generic Template) @@ -10,7 +12,7 @@ /* -------------------------------------------------------------------------- */ /* Integers */ /* -------------------------------------------------------------------------- */ -/* Assuming 8-bit char, two's-complement architecture here, 'short' being */ +/* Assuming 8-bit char, two's-complement architecture here. 'short' being */ /* either 8 or 16 bit, 'int' being either 16, 32 or 64 bit, 'long' being */ /* either 32 or 64 bit, and 'long long' being 64 bit if 'long' is not, 64 or */ /* 128 bit otherwise. */ @@ -77,8 +79,8 @@ typedef int _PDCLIB_ptrdiff_t; #define _PDCLIB_SIG_ATOMIC INT /* Result type of the 'sizeof' operator */ -#define _PDCLIB_SIZE UINT typedef unsigned int _PDCLIB_size_t; +#define _PDCLIB_SIZE UINT /* Large enough an integer to hold all character codes of the largest supported locale.