This is the mail archive of the gcc-patches@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]

Re: PATCH RFC: Define EXTERN_CONST in ansidecl.h


If the intention is to make the variables global, why call it
"extern"?  That's backwards from what "extern" means in C
(i.e. "defined external to this compilation unit").  Perhaps
GLOBAL_CONST would make more sense?


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