X-Git-Url: https://git.saurik.com/bison.git/blobdiff_plain/4bfeeafb00675fdbac1bb503f8631a633a5c7a39..62d3162c4ca4a16d1cbd47e449c2f77a3efae44b:/src/files.c diff --git a/src/files.c b/src/files.c index f6f3c2f7..8dcf357f 100644 --- a/src/files.c +++ b/src/files.c @@ -1,5 +1,6 @@ /* Open and close files for bison, - Copyright 1984, 1986, 1989, 1992, 2000, 2001 Free Software Foundation, Inc. + Copyright 1984, 1986, 1989, 1992, 2000, 2001, 2002 + Free Software Foundation, Inc. This file is part of Bison, the GNU Compiler Compiler. @@ -58,7 +59,7 @@ const char *header_extension = NULL; | Is SUFFIX ending STRING? | `--------------------------*/ -static int +int strsuffix (const char *string, const char *suffix) { size_t string_len = strlen (string);