This is the mail archive of the gcc-help@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Error in Section 2.2


Dear GNU

Reference https://www.gnu.org/software/gnu-c-manual/gnu-c-manual.html

Section 2.2.1 and 2.2.2 on enumerations.

I do not think that these are correct.

To define something causes storage allocation (its creation).

To declare something does not causes storage allocation (no creation).

Looks like 2.2.1 and 2.2.2 are switched.

Thanks


Dale Noble
Hi Rel Data
590 Solutions Way Suite 100.
Rockledge, Florida, 32955
Office/FAX: 321-775-4001
Dale.Noble@HiRelData.com
www.HiRelData.com


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]