Alloca Implementation

Daniel Ehrlich ehrlich at cs.psu.edu
Thu Oct 5 07:13:06 AEST 1989


In article <1841 at brazos.Rice.edu> david at wubios.wustl.edu (David J. Camp) writes:

   In article <1634 at brazos.Rice.edu> mjk at 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 <ehrlich at cs.psu.edu>   | "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



More information about the Comp.sys.sun mailing list