X-Git-Url: https://git.gag.com/?a=blobdiff_plain;f=gnu%2Fxvasprintf.c;h=31c96ab1909c86098ee2e3654d917d8dda588a5b;hb=8172893ece7dfa04829f0f67881217f5f5f20d90;hp=f5ef3c5945600c8712873c553c80aaa7b1d50649;hpb=1a44d77d50f4fb37c0410eed04b82303624ea2ec;p=debian%2Ftar diff --git a/gnu/xvasprintf.c b/gnu/xvasprintf.c index f5ef3c59..31c96ab1 100644 --- a/gnu/xvasprintf.c +++ b/gnu/xvasprintf.c @@ -1,7 +1,7 @@ /* -*- buffer-read-only: t -*- vi: set ro: */ /* DO NOT EDIT! GENERATED AUTOMATICALLY! */ /* vasprintf and asprintf with out-of-memory checking. - Copyright (C) 1999, 2002-2004, 2006-2011 Free Software Foundation, Inc. + Copyright (C) 1999, 2002-2004, 2006-2014 Free Software Foundation, Inc. This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by @@ -31,7 +31,7 @@ /* Checked size_t computations. */ #include "xsize.h" -static inline char * +static char * xstrcat (size_t argcount, va_list args) { char *result;