DragonFly BSD
DragonFly commits List (threaded) for 2005-03
[Date Prev][Date Next]  [Thread Prev][Thread Next]  [Date Index][Thread Index]

cvs commit: src/include stdarg.h src/sys/amd64/include stdarg.h src/sys/i386/include stdarg.h


From: Jeroen Ruigrok/asmodai <asmodai@xxxxxxxxxxxxxxxxxxxxxxx>
Date: Sun, 6 Mar 2005 22:26:47 -0800 (PST)

asmodai     2005/03/06 22:26:47 PST

DragonFly src repository

  Modified files:
    include              stdarg.h 
    sys/amd64/include    stdarg.h 
    sys/i386/include     stdarg.h 
  Log:
  Add va_copy() implementation (thanks to Chris Torek's comp.lang.c post).
  
  Properly wrap all other definitions so that it catches all GCC 2.95.x and
  upwards compilers.
  
  Provide complete free-standing implementation for compilers that do not
  implement the GCC built-ins.
  
  Revision  Changes    Path
  1.2       +3 -0      src/include/stdarg.h
  1.2       +29 -10    src/sys/amd64/include/stdarg.h
  1.5       +39 -7     src/sys/i386/include/stdarg.h


http://www.dragonflybsd.org/cvsweb/src/include/stdarg.h.diff?r1=1.1&r2=1.2&f=u
http://www.dragonflybsd.org/cvsweb/src/sys/amd64/include/stdarg.h.diff?r1=1.1&r2=1.2&f=u
http://www.dragonflybsd.org/cvsweb/src/sys/i386/include/stdarg.h.diff?r1=1.4&r2=1.5&f=u



[Date Prev][Date Next]  [Thread Prev][Thread Next]  [Date Index][Thread Index]