This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: enums and null pointer constants
- To: zack at wolery dot cumb dot org
- Subject: Re: enums and null pointer constants
- From: kenner at vlsi1 dot ultra dot nyu dot edu (Richard Kenner)
- Date: Mon, 22 May 00 18:36:05 EDT
- Cc: gcc at gcc dot gnu dot org
Ah, but an enumeration type _is_ an integer type. 6.2.5 para 17:
The type char, the signed and unsigned integer types, and the
enumerated types are collectively called integer types.
... and here I was thinking the Ada standard was bad in using colloquial
notions as technical terms in ways that differed from their usual meaning.