Path: utzoo!utgpu!news-server.csri.toronto.edu!cs.utexas.edu!helios!calvin.tamu.edu From: cnh5730@calvin.tamu.edu (Chuck Herrick) Newsgroups: comp.sys.next Subject: Re: strange behavior of the C preprocessor Message-ID: <9063@helios.TAMU.EDU> Date: 13 Oct 90 05:50:22 GMT References: <9060@helios.TAMU.EDU) Sender: usenet@helios.TAMU.EDU Organization: geodynamics research institute, texas a+m univ Lines: 34 In article <9060@helios.TAMU.EDU) cnh5730@calvin.tamu.edu (Chuck Herrick) writes: )Does this appear to be a bug in the C preprocessor to you? )I ran the following script (extracted from Larry Walls' Configure )in patch2) )cat <<'EOT' )testcpp.c )#define ABC abc )#define XYZ xyz )ABC.XYZ )EOT )echo 'Maybe "'$cpp'" will work...' )$cpp