Implement a new struct btype (inherits from struct type) with id BITFLD, to contain...
authorNick Downing <downing.nick@gmail.com>
Wed, 15 Feb 2017 14:07:05 +0000 (01:07 +1100)
committerNick Downing <downing.nick@gmail.com>
Wed, 15 Feb 2017 14:08:18 +0000 (01:08 +1100)
commit870c40f57ebc8bc7f74ed10fd111716ead3b7bdc
tree84041126124638232d88f6c9e92a3897e0343aa6
parenteaaa2ef351b6c109563c0ffb05b33e161e8a7595
Implement a new struct btype (inherits from struct type) with id BITFLD, to contain the struct FS (field specification, i.e. flen and bitoffs), in a similar way to how struct stype (inherits from struct type) with id STRUCT contains the struct SS, replace the nl_flags&FFIELD test with a new nl_dtype->t_id==BITFLD test
c0.h
c01.c
c02.c
c03.c
ccom.h
test/n.sh