Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Posting-Version: version B 2.10.2 9/18/84; site brl-tgr.ARPA Path: utzoo!linus!philabs!cmcl2!seismo!brl-tgr!gwyn From: gwyn@brl-tgr.ARPA (Doug Gwyn ) Newsgroups: net.lang.c Subject: Re: CTRL(X) in ANSI standard (last one I hope) Message-ID: <10948@brl-tgr.ARPA> Date: Thu, 23-May-85 08:34:46 EDT Article-I.D.: brl-tgr.10948 Posted: Thu May 23 08:34:46 1985 Date-Received: Fri, 24-May-85 08:27:23 EDT References: <10747@brl-tgr.ARPA> <507@ucsfcgl.UUCP> Organization: Ballistic Research Lab Lines: 13 > Face it. We are going to have to kill ourselves trying to work around > the standard committee's refusal to let C work the way it has been working. What "C"? Using undocumented (indeed, unintended) features present in one particular implementation is not the same as using C the way it was defined; programmers who stuck to the rules should not have problems with the ANSI addition of a more carefully designed way to achieve substitution "within" strings. The ANSI approach is designed to support reasonable implementations other than the Reiser CPP, including token-based CPPs, several of which exist and cannot readily be made to support Resierisms. C != BSD