X-Git-Url: https://git.gag.com/?a=blobdiff_plain;f=gnu%2Ffilenamecat-lgpl.c;h=a5cfc53c6d25d64254ec6fb14a1f422d4de96328;hb=8172893ece7dfa04829f0f67881217f5f5f20d90;hp=819f27bc6c80b9153ded8dba2991224eef717e6c;hpb=de7372b23c3da92fbfaea2d1ac592f0b2ba87914;p=debian%2Ftar diff --git a/gnu/filenamecat-lgpl.c b/gnu/filenamecat-lgpl.c index 819f27bc..a5cfc53c 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-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 @@ -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++)