cvs commit: src/include stdlib.h

David E. O'Brien obrien at FreeBSD.org
Wed Jun 25 11:11:34 PDT 2003


obrien      2003/06/25 11:11:32 PDT

  FreeBSD src repository

  Modified files:
    include              stdlib.h 
  Log:
  Don't blindly provide alloca() for all compilers -- it is too implementation
  dependent.  Instead provide one for GCC & Intel's GCC copy and one for lint.
  Anyone using any other translator tool needs to look closely at how that tool
  can handle alloca.
  
  Revision  Changes    Path
  1.52      +5 -4      src/include/stdlib.h


More information about the cvs-src mailing list