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


DJ Delorie <dj@redhat.com> writes:

> 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?

Works for me.  I will make that change before I commit (I'm not
committing yet--I'm still waiting to see if there are other comments).
Thanks.

Ian


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