]> git.saurik.com Git - bison.git/blobdiff - src/uniqstr.h
maint: git now ignores rpcalc
[bison.git] / src / uniqstr.h
index 143f7aae3ed725d79f43669cc0eb4f55a4e54146..006c10f4ad67e8d66435f6473577f6792aba9fff 100644 (file)
@@ -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);