]> git.saurik.com Git - bison.git/commit
cleanup.
authorJoel E. Denny <jdenny@clemson.edu>
Fri, 16 Oct 2009 23:27:12 +0000 (19:27 -0400)
committerJoel E. Denny <jdenny@clemson.edu>
Fri, 16 Oct 2009 23:30:32 +0000 (19:30 -0400)
commit5297ebb3bcdf4f957bdab9c5535c2c9c47f7dc07
tree92e45dab6aa3dc60b4212150765fd2cdd89d1836
parent175620d3c65209ce72e451bd75756f6bb67e33a1
cleanup.

* src/Sbitset.c (Sbitset__new_on_obstack): Use Sbitset instead
of char*.
(Sbitset__isEmpty): Use Sbitset instead of char*.
* src/Sbitset.h (Sbitset): Make it a pointer to unsigned char
instead of char.  This helps to avoid casting errors.
(Sbitset__or): Use Sbitset instead of char*.
ChangeLog
src/Sbitset.c
src/Sbitset.h