X-Git-Url: https://git.gag.com/?a=blobdiff_plain;f=gnu%2Fxvasprintf.c;h=6aca8c681908b3ba688f41be0647a654a57b3009;hb=daa269958ad8d50ef8154ccb65e58acaf7a6dd99;hp=f5ef3c5945600c8712873c553c80aaa7b1d50649;hpb=1a44d77d50f4fb37c0410eed04b82303624ea2ec;p=debian%2Ftar diff --git a/gnu/xvasprintf.c b/gnu/xvasprintf.c index f5ef3c59..6aca8c68 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-2013 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;