From mboxrd@z Thu Jan 1 00:00:00 1970 Subject: Re: [9fans] partial-Plan9ification question From: brucee@plan9.bell-labs.com To: 9fans@cse.psu.edu MIME-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: 7bit Message-Id: <20010713180831.4A259199E7@mail.cse.psu.edu> Date: Fri, 13 Jul 2001 14:08:28 -0400 Topicbox-Message-UUID: ccdb3794-eac9-11e9-9e20-41e7f4b1d025 please consider no ifdefs ever. and assembly language only in vital library functions. sure we need /sys/src/libc/arm/memmove.s but there is /sys/src/libc/port/memmove.c your code may then be understandable and maintainable. #ifndef throw_up #define throw_up(p) chunder(p) #endif is really rather silly but prevalent. brucee