From mboxrd@z Thu Jan 1 00:00:00 1970 Message-ID: <13426df10710231210o2ac74db9l77d71813eebf95c6@mail.gmail.com> Date: Tue, 23 Oct 2007 12:10:31 -0700 From: "ron minnich" To: "Fans of the OS Plan 9 from Bell Labs" <9fans@cse.psu.edu> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline Subject: [9fans] A probably stupid question on portability Topicbox-Message-UUID: d6b244ca-ead2-11e9-9d60-3106f5b1d025 Is this construct portable at this point? c99 or whatever? Or is it gcc-centric? #if defined(_INCLUDED_GASNET_INTERNAL_H) && !defined(_IN_GASNET_INTERNAL_H) ron