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:40:43 +0000 (19:40 -0400)
commitaa01d1934c885be15a961700808c9a786ff23a40
tree2b0be3ca6eb5c4cd5f5aa35e57b8256ace65a5a7
parent61747047da2bb7e64c560f9bbdc5f194c81e3702
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*.
(cherry picked from commit 5297ebb3bcdf4f957bdab9c5535c2c9c47f7dc07)
ChangeLog
src/Sbitset.c
src/Sbitset.h