From mboxrd@z Thu Jan 1 00:00:00 1970 Message-ID: From: erik quanstrom Date: Mon, 23 Oct 2006 09:26:23 -0400 To: 9fans@cse.psu.edu Subject: Re: [9fans] Include guards and multiple includes In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: 7bit Topicbox-Message-UUID: d2eb4f9a-ead1-11e9-9d60-3106f5b1d025 look at /sys/src/cmd/cc/macbody and /sys/doc/compiler.^(ms ps). ?c do the "preprocessing" and parsing at the same time. ?c only recognize 9 preprocessor symbols: ifdef ifndev else line define include undef pragma endif - erik