Path: utzoo!utgpu!jarvis.csri.toronto.edu!cs.utexas.edu!usc!ucsd!ucselx.sdsu.edu!petunia!news From: mdeale@vega.acs.calpoly.edu (Myron Deale) Newsgroups: comp.sys.next Subject: cc preprocessor question Message-ID: <25f2ebec.2553@petunia.CalPoly.EDU> Date: 5 Mar 90 22:45:00 GMT Reply-To: mdeale@vega.acs.calpoly.edu (Myron Deale) Distribution: na Organization: ACS, Cal Poly, San Luis Lines: 31 Hello, I'd bet this is a known bug, but I'm trying to compile patch v.2 and cpp is mis-behaving. Specifically, /lib/cpp-16 testcpp.c where testcpp.c contains: ------------------------- #define ABC abc #define XYZ xyz ABC.XYZ ------------------------- produces ------------------------- # 1 "testcpp." abc .xyz ------------------------- Like, where is the space coming from? and the on-line doc's suggest no option of control. Note that there is no space after the #def's. Help. -Myron // mdeale@cosmos.acs.calpoly.edu