cvs commit: src/include Makefile varargs.h

Alexander Kabaev kan at FreeBSD.org
Sun Aug 31 20:28:26 PDT 2003


kan         2003/08/31 20:28:25 PDT

  FreeBSD src repository

  Modified files:
    include              Makefile 
  Added files:
    include              varargs.h 
  Log:
  Add a new machine independent varargs.h and use it as a central place
  to announce the demise of varargs support in GCC versions 3.3+ and to
  direct users to stdarg.h instead.
  
  Fall back to machine/varargs.h for older GCC versions.
  
  Revision  Changes    Path
  1.205     +3 -3      src/include/Makefile
  1.1       +43 -0     src/include/varargs.h (new)


More information about the cvs-src mailing list