]> git.ipfire.org Git - thirdparty/gcc.git/commit - libiberty/concat.c
include
authorTom Tromey <tromey@redhat.com>
Tue, 21 Jan 2014 15:09:10 +0000 (15:09 +0000)
committerTom Tromey <tromey@gcc.gnu.org>
Tue, 21 Jan 2014 15:09:10 +0000 (15:09 +0000)
commitd2d21de9dc8d2fb57be7c3c95f48679f19673702
tree56d178887d5c3ae814e15a8a05ae0f6fca58b930
parent579847c27262b011e96575c8ac74d0aa118152f0
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
include/ChangeLog
include/ansidecl.h
include/libiberty.h
libiberty/ChangeLog
libiberty/_doprnt.c
libiberty/asprintf.c
libiberty/concat.c
libiberty/snprintf.c
libiberty/vasprintf.c
libiberty/vsnprintf.c