X-Git-Url: https://git.gag.com/?a=blobdiff_plain;f=gnu%2Ffilenamecat-lgpl.c;h=2256630b200449488dedc164bcabd33bffabd059;hb=bf34e94dec54b9768ed6d81a49350b96117411c3;hp=819f27bc6c80b9153ded8dba2991224eef717e6c;hpb=b414e25de8ca49d7567a92c203d431383ec57c83;p=debian%2Ftar diff --git a/gnu/filenamecat-lgpl.c b/gnu/filenamecat-lgpl.c index 819f27bc..2256630b 100644 --- a/gnu/filenamecat-lgpl.c +++ b/gnu/filenamecat-lgpl.c @@ -2,7 +2,7 @@ /* DO NOT EDIT! GENERATED AUTOMATICALLY! */ /* Concatenate two arbitrary file names. - Copyright (C) 1996-2007, 2009-2010 Free Software Foundation, Inc. + Copyright (C) 1996-2007, 2009-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 @@ -36,7 +36,7 @@ /* Return the longest suffix of F that is a relative file name. If it has no such suffix, return the empty string. */ -static char const * +static char const * _GL_ATTRIBUTE_PURE longest_relative_suffix (char const *f) { for (f += FILE_SYSTEM_PREFIX_LEN (f); ISSLASH (*f); f++)