Newsgroups: comp.unix.wizards Path: utzoo!utgpu!news-server.csri.toronto.edu!rpi!zaphod.mps.ohio-state.edu!wuarchive!ukma!psuvax1!news From: schwartz@groucho.cs.psu.edu (Scott Schwartz) Subject: Re: cpp vs. m4 for .s files In-Reply-To: gwyn@smoke.brl.mil's message of 2 May 91 03:16:00 GMT Message-ID: Sender: news@cs.psu.edu (Usenet) Nntp-Posting-Host: groucho.cs.psu.edu Organization: penn state university, computer science References: <1991May1.192158.13352@sctc.com> <16031@smoke.brl.mil> Date: Thu, 2 May 91 20:27:20 GMT Lines: 12 gwyn@smoke.brl.mil (Doug Gwyn) writes: Don't use cpp for anything, please. It need not even exist. m4 is cute, but cpp does have one advantage over it: it understands more than one flavor of quotes at a time. define(x,100) changequote(',') foo[x] = 'x'; bar[x] = "x";