Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 31 Aug 2003 20:28:25 -0700 (PDT)
From:      Alexander Kabaev <kan@FreeBSD.org>
To:        src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/include Makefile varargs.h
Message-ID:  <200309010328.h813SPQ0007755@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
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)



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200309010328.h813SPQ0007755>