Path: utzoo!utgpu!jarvis.csri.toronto.edu!mailrus!tut.cis.ohio-state.edu!ucbvax!husc6!rice!sun-spots-request From: ehrlich@cs.psu.edu (Daniel Ehrlich) Newsgroups: comp.sys.sun Subject: Re: Alloca Implementation Keywords: SunOS Message-ID: <2024@brazos.Rice.edu> Date: 4 Oct 89 21:13:06 GMT Sender: root@rice.edu Organization: Sun-Spots Lines: 20 Approved: Sun-Spots@rice.edu X-Sun-Spots-Digest: Volume 8, Issue 157, message 1 of 14 In article <1841@brazos.Rice.edu> david@wubios.wustl.edu (David J. Camp) writes: In article <1634@brazos.Rice.edu> mjk@puffed.rice.edu (Mark J. Kilgard) writes: :X-Sun-Spots-Digest: Volume 8, Issue 131, message 7 of 11 : :The header for alloca, ie. /usr/lib/alloca.h reads as follows: : :/* @(#)alloca.h 1.3 88/02/07 SMI */ :#if defined(sparc) :# define alloca(x) __builtin_alloca(x) ^ Note that you must delete this space character for it to work! -David- I don't think so. The C preprocessor should still works with any amount of white space between the `#' and the preprocessor command. Dan Ehrlich | "A message is not a message until the The Pennsylvania State University | rules for interpreting it are in the Department of Computer Science | hands of the reciever." University Park, PA 16802 | --Apollo Belvedere Smith