From mboxrd@z Thu Jan 1 00:00:00 1970 Message-Id: <200007311515.LAA18248@cse.psu.edu> To: 9fans@cse.psu.edu Subject: Re: [9fans] Installing the updates From: "rob pike" Date: Mon, 31 Jul 2000 11:15:35 -0400 MIME-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: 7bit Topicbox-Message-UUID: efc3c268-eac8-11e9-9e20-41e7f4b1d025 > In one of my porting project, is included twice. Pardon me for doing a boyd here, but you only need to include it once - you get everything defined the first time. Seriously, we deliberately refused to buy into that multiple inclusion dance, which is a hideous non-solution for the problem of undefined dependency order on #includes. Why not use the occasion to clean up the code so you only include once? I'll let Russ answer your wrap questions; he's the author. -rob