Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Posting-Version: version B 2.10.3 sysV2.2-beta 6/6/85; site mrstve.UUCP Path: utzoo!watmath!clyde!burl!ulysses!mhuxr!mhuxn!ihnp4!inuxc!pur-ee!pucc-j!pucc-h!pur-phy!mrstve!rjk From: rjk@mrstve.UUCP (Richard Kuhns) Newsgroups: net.unix-wizards,net.lang.c Subject: Re: #define kinda stuff Message-ID: <239@mrstve.UUCP> Date: Tue, 15-Apr-86 09:30:24 EST Article-I.D.: mrstve.239 Posted: Tue Apr 15 09:30:24 1986 Date-Received: Thu, 17-Apr-86 00:55:11 EST References: <1458@cwruecmp.UUCP> Reply-To: rjk@mrstve.UUCP (Richard Kuhns) Distribution: net Organization: Mr sTVe's, Lafayette IN Lines: 22 Xref: watmath net.unix-wizards:17597 net.lang.c:8572 In article <1458@cwruecmp.UUCP> ryan@cwruecmp.UUCP (Ryan McGuire) writes: > > O.K. all you people out there who think you know everything, I got >one for ya: > > Here's what I wanna do: > >#define (-: /* >#define :-) */ > > Obviously I want to make (-: and :-) my comment delimiters. One problem, > [etc] > Thanks > Ryan McGuire I don't believe you can do it (portably, anyhow) with the C Preprocessor, but if you send your program thru m4 (macro preprocessor) first, you should be able to do it. -- Rich Kuhns {ihnp4, decvax, etc...}!pur-ee!pur-phy!mrstve!rjk