Use stack allocated variables to avoid taking addresses of bitfields.
authorSoren Sandmann <sandmann@redhat.com>
Mon, 20 Nov 2006 04:11:21 +0000 (04:11 +0000)
committerSøren Sandmann Pedersen <ssp@src.gnome.org>
Mon, 20 Nov 2006 04:11:21 +0000 (04:11 +0000)
commitcce917856b7c7c1ab47deeae4639c0289efb9a48
treeb3bc9641ba6948cc998abe54a66d1e49934ae9f5
parent0b718ee95ca7ed8e61ef030cef300c8a82587577
Use stack allocated variables to avoid taking addresses of bitfields.

2006-11-19  Soren Sandmann <sandmann@redhat.com>

        * profile.c (profile_load): Use stack allocated variables to avoid
        taking addresses of bitfields.

        * stackstash.h (struct StackNode): Store toplevel as bitfield
ChangeLog
profile.c
stackstash.h