X-Git-Url: https://git.saurik.com/bison.git/blobdiff_plain/55439a1cea2206bde793cbe1a8a0091207cc02dd..0bfe22b6d523a359fb2ac8892c6acf85342b54f6:/src/uniqstr.h diff --git a/src/uniqstr.h b/src/uniqstr.h index 9990446c..006c10f4 100644 --- a/src/uniqstr.h +++ b/src/uniqstr.h @@ -1,6 +1,6 @@ /* Keeping a unique copy of strings. - Copyright (C) 2002-2003, 2008-2012 Free Software Foundation, Inc. + Copyright (C) 2002-2003, 2008-2013 Free Software Foundation, Inc. This file is part of Bison, the GNU Compiler Compiler. @@ -40,7 +40,7 @@ uniqstr uniqstr_vsprintf (char const *format, ...) /* Compare two uniqstr a la strcmp: negative for <, nul for =, and positive for >. Undefined order, relies on addresses. */ -int uniqstr_cmp(uniqstr u1, uniqstr u2); +int uniqstr_cmp (uniqstr u1, uniqstr u2); /* Die if STR is not a uniqstr. */ void uniqstr_assert (char const *str);