Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Path: utzoo!linus!philabs!cmcl2!seismo!brl-smoke!smoke!cottrell@NBS-VMS.ARPA From: cottrell@NBS-VMS.ARPA (COTTRELL, JAMES) Newsgroups: net.lang.c Subject: Quirk Message-ID: <1119@brl-smoke.ARPA> Date: Wed, 19-Feb-86 13:00:18 EST Article-I.D.: brl-smok.1119 Posted: Wed Feb 19 13:00:18 1986 Date-Received: Sun, 23-Feb-86 05:46:34 EST Sender: news@brl-smoke.ARPA Lines: 12 /* > Remember: the C preprocessor > knows no C. It does not care what you feed it. It is used for > assembly code in the 4BSD kernell, for example. > In-Real-Life: Chris Torek, Univ of MD Comp Sci Dept (+1 301 454 1415) Not entirely true. It knows about `strings', and refuses to substitute inside them. I myself prefer the Reiser cpp which does. Oh well... jim cottrell@nbs */ ------