From mboxrd@z Thu Jan 1 00:00:00 1970 Message-ID: <682e0f5287a1c6c08477a6d95beb2891@quanstro.net> To: 9fans@9fans.net From: erik quanstrom Date: Tue, 22 Jul 2008 14:49:44 -0400 In-Reply-To: <0947b1f49de5f342c8b3b5d5d01baf3f@terzarima.net> MIME-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: 7bit Subject: Re: [9fans] Building new kernel. Topicbox-Message-UUID: ed87ffea-ead3-11e9-9d60-3106f5b1d025 > not exactly. it will work on most Unix systems and > on Plan 9 without -T because nothing checks > external types across object module boundaries. the linker/loader in both systems > will allocate in BSS the largest size seen for a given symbol, > so it doesn't matter whether int == long or not. by "work" you mean not generate an out-of-range memory access nor not produce unexpected values? - erik