Title
very minor editorial change intptr_t / uintptr_t
Status
nad editorial
Section
[cstdint.syn][tr.c99.cstdint.syn]
Submitter
Paolo Carlini

Created on 2006-01-30.00:00:00 last changed 159 months ago

Messages

Date: 2011-03-05.00:04:13

Rationale:

Recommend NAD and fix as editorial with the proposed resolution.

Date: 2010-10-21.18:28:33

Proposed resolution:

Change [cstdint.syn]:

...
typedef signed integer type intptr_t;    // optional
...
typedef unsigned integer type uintptr_t;    // optional
...
Date: 2006-01-30.00:00:00

In the synopsis, some types are identified as optional: int8_t, int16_t, and so on, consistently with C99, indeed.

On the other hand, intptr_t and uintptr_t, are not marked as such and probably should, consistently with C99, 7.18.1.4.

History
Date User Action Args
2011-03-05 00:04:13adminsetmessages: + msg5579
2010-10-21 18:28:33adminsetmessages: + msg3033
2006-01-30 00:00:00admincreate