Path: utzoo!attcan!uunet!nuchat!moray!mybest!bigtex!james From: james@bigtex.cactus.org (James Van Artsdalen) Newsgroups: comp.unix.xenix Subject: Re: RCS and SCO Xenix Keywords: RCS, Xenix, diff Message-ID: <13061@bigtex.cactus.org> Date: 22 Jan 89 06:03:33 GMT References: <1742@holos0.UUCP> <538@eecea.eece.ksu.edu> Reply-To: james@bigtex.cactus.org (James Van Artsdalen) Organization: Institute of Applied Cosmology, Austin TX Lines: 14 In <538@eecea.eece.ksu.edu>, terry@eecea.UUCP (Terry Hull) wrote: > [...] Secondly, to compile GNU diff, you need alloca. I used the > one from GNU EMACS, and it seems to work fine. Ack! You should avoid the "portable" alloca() from GNU emacs at all costs, as it is hideously slow and can consume *large* amounts of memory. Truly it is a last resort. Surely Microsoft has alloca() in one of the libraries. AT&T keeps one in libPW, and GNU C has it built in if you declare #define alloca(n) __builtin_alloca(n) -- James R. Van Artsdalen james@bigtex.cactus.org "Live Free or Die" DCC Corporation 9505 Arboretum Blvd Austin TX 78759 512-338-8789