diff options
author | Kaz Kylheku <kaz@kylheku.com> | 2020-04-27 06:55:01 -0700 |
---|---|---|
committer | Kaz Kylheku <kaz@kylheku.com> | 2020-04-27 06:55:01 -0700 |
commit | 68c2febec2dd78fd76ea9092fffec0086e7dfe33 (patch) | |
tree | f5cfe68578b1a93f4ae0caf1e4c3f5c90eb25352 /txr.1 | |
parent | f1481d1a322121a0502027148b0c8ab18c4db0bd (diff) | |
download | txr-68c2febec2dd78fd76ea9092fffec0086e7dfe33.tar.gz txr-68c2febec2dd78fd76ea9092fffec0086e7dfe33.tar.bz2 txr-68c2febec2dd78fd76ea9092fffec0086e7dfe33.zip |
doc: mention zero-width bit-field at end of structure.
* txr.1: A zero-width bit-field placed as the last member
can have an effect on the structure; let's mention it.
Diffstat (limited to 'txr.1')
-rw-r--r-- | txr.1 | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -67503,7 +67503,8 @@ partially filled, then is adjusted to point to the next unit after that, and .I B is reset to zero. Note that according to this semantics, a zero-width bitfield -can have an effect even if placed between non-bitfield members. +can have an effect even if placed between non-bitfield members, or appears +as the last member of a structure. If, after the placement of all structure members, .I B |