mirror of
https://git.savannah.gnu.org/git/bison.git
synced 2026-03-09 20:33:03 +00:00
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*.
This commit is contained in:
10
ChangeLog
10
ChangeLog
@@ -1,3 +1,13 @@
|
||||
2009-10-16 Joel E. Denny <jdenny@clemson.edu>
|
||||
|
||||
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*.
|
||||
|
||||
2009-10-16 Joel E. Denny <jdenny@clemson.edu>
|
||||
|
||||
portability: don't assume 8-bit bytes.
|
||||
|
||||
Reference in New Issue
Block a user