Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Path: utzoo!mnetor!uunet!husc6!cmcl2!brl-adm!brl-smoke!gwyn From: gwyn@brl-smoke.ARPA (Doug Gwyn ) Newsgroups: comp.lang.c Subject: Re: reserved words or what? Message-ID: <6675@brl-smoke.ARPA> Date: Sat, 14-Nov-87 15:44:20 EST Article-I.D.: brl-smok.6675 Posted: Sat Nov 14 15:44:20 1987 Date-Received: Sun, 15-Nov-87 18:41:46 EST References: <3086@psuvax1.psu.edu> Reply-To: gwyn@brl.arpa (Doug Gwyn (VLD/VMB) ) Organization: Ballistic Research Lab (BRL), APG, MD. Lines: 8 In article <3086@psuvax1.psu.edu> schwartz@gondor.psu.edu (Scott E. Schwartz) writes: > int a,b,signed; > a = b = signed = 1; "signed" is now a C keyword, but it's a fairly recent addition to the language and therefore is not known to some older C compilers. Other even newer keywords are "const" and "volatile".