]> git.saurik.com Git - bison.git/commit
Use the correct conversion specifier for size_t.
authorJoel E. Denny <jdenny@clemson.edu>
Tue, 29 Sep 2009 10:54:38 +0000 (06:54 -0400)
committerJoel E. Denny <jdenny@clemson.edu>
Tue, 29 Sep 2009 11:04:29 +0000 (07:04 -0400)
commit47eced3099712180364f4e01b839242027d9a9d8
tree931c0cf85f84da0b0e71ddbf7073f4cd8ac391dc
parentd8f68fc29536fa1c1e7b1b200b1e8088762c3e93
Use the correct conversion specifier for size_t.

Reported by Jim Meyering.
* src/Sbitset.h (SBITSET__INDEX__CONVERSION_SPEC): New, "zu"
because Sbitset__Index is size_t.
* src/Sbitset.c (Sbitset__fprint): Use it instead of %d.
ChangeLog
src/Sbitset.c
src/Sbitset.h