Path: utzoo!mnetor!uunet!husc6!cmcl2!brl-adm!brl-smoke!gwyn From: gwyn@brl-smoke.ARPA (Doug Gwyn ) Newsgroups: comp.lang.c Subject: Re: Does extern "const" allocate storage? Message-ID: <7552@brl-smoke.ARPA> Date: 26 Mar 88 14:27:51 GMT References: <7712@apple.Apple.Com> <7485@brl-smoke.ARPA> <6985@ki4pv.uucp> Reply-To: gwyn@brl.arpa (Doug Gwyn (VLD/VMB) ) Organization: Ballistic Research Lab (BRL), APG, MD. Lines: 14 In article <6985@ki4pv.uucp> tanner@ki4pv.uucp (Dr. T. Andrews) writes: >So, allow me to propose that it be called "readonly" instead of "const". "const" was the name that C++ used for this type qualifier, which is the main reason we decided to also call it "const". Note, however, that at the December meeting this qualifier was very nearly changed to take on more of the meaning currently assigned to "noalias". If the AT&T representative had not vociferously objected to the conflict with C++ usage of the keyword "const", it is possible that its name would have been even LESS indicative of its function. This subject is by no means closed; type qualifiers are likely to be the most-discussed issue at the April meeting. Who knows what will happen..