-
- Downloads
include
* ansidecl.h (ANSI_PROTOTYPES, PTRCONST, LONG_DOUBLE, PARAMS) (VPARAMS, VA_START, VA_OPEN, VA_CLOSE, VA_FIXEDARG, CONST) (VOLATILE, SIGNED, PROTO, EXFUN, DEFUN, DEFUN_VOID, AND, DOTS) (NOARGS): Don't define. * libiberty.h (expandargv, writeargv): Don't use PARAMS. libiberty * _doprint.c (checkit): Use stdarg, not VA_* macros. * asprintf.c (asprintf): Use stdarg, not VA_* macros. * concat.c (concat_length, concat_copy, concat_copy2, concat) (reconcat): Use stdarg, not VA_* macros. * snprintf.c (snprintf): Use stdarg, not VA_* macros. * vasprintf.c (checkit): Use stdarg, not VA_* macros. * vsnprintf.c (checkit): Use stdarg, not VA_* macros. From-SVN: r206881
Showing
- include/ChangeLog 8 additions, 0 deletionsinclude/ChangeLog
- include/ansidecl.h 2 additions, 139 deletionsinclude/ansidecl.h
- include/libiberty.h 3 additions, 3 deletionsinclude/libiberty.h
- libiberty/ChangeLog 10 additions, 0 deletionslibiberty/ChangeLog
- libiberty/_doprnt.c 3 additions, 3 deletionslibiberty/_doprnt.c
- libiberty/asprintf.c 4 additions, 5 deletionslibiberty/asprintf.c
- libiberty/concat.c 20 additions, 25 deletionslibiberty/concat.c
- libiberty/snprintf.c 4 additions, 6 deletionslibiberty/snprintf.c
- libiberty/vasprintf.c 4 additions, 4 deletionslibiberty/vasprintf.c
- libiberty/vsnprintf.c 4 additions, 6 deletionslibiberty/vsnprintf.c
Loading
Please register or sign in to comment