From owner-freebsd-hackers Wed Jul 22 05:53:48 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id FAA24727 for freebsd-hackers-outgoing; Wed, 22 Jul 1998 05:53:48 -0700 (PDT) (envelope-from owner-freebsd-hackers@FreeBSD.ORG) Received: (from jmb@localhost) by hub.freebsd.org (8.8.8/8.8.8) id FAA24720 for hackers; Wed, 22 Jul 1998 05:53:46 -0700 (PDT) (envelope-from jmb) From: "Jonathan M. Bresler" Message-Id: <199807221253.FAA24720@hub.freebsd.org> Subject: macro expansion with gcc To: hackers Date: Wed, 22 Jul 1998 05:53:45 -0700 (PDT) X-Mailer: ELM [version 2.4ME+ PL32 (25)] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-freebsd-hackers@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG gcc -E runs the preprocessor, so i expected that all macros would be expanded....but thats not what happened. what switch do i need to get the token pasting "##" operation to take effect and leave behind the C code? jmb To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-hackers" in the body of the message