diff options
| author | Luc Van Oostenryck <luc.vanoostenryck@gmail.com> | 2020-06-12 22:55:29 +0200 |
|---|---|---|
| committer | Luc Van Oostenryck <luc.vanoostenryck@gmail.com> | 2020-06-12 23:04:20 +0200 |
| commit | 1d943afe2b8bbdc45b9eabb168bbb5c52d9d6fbf (patch) | |
| tree | c0f7f5491276dfe61c85c636f1ca2fad64582cca /Documentation | |
| parent | b125cc05950819625b2e4486fac3a1130e1ba003 (diff) | |
| download | sparse-dev-1d943afe2b8bbdc45b9eabb168bbb5c52d9d6fbf.tar.gz | |
ctype: keep modifiers & base_type close
In struct ctype, 'modifiers' & 'base_type' are, by far,
the 2 most frequently used members.
However, `base_type`, the most used, is defined as the last one.
Change this by moving `base_type` as the first one.
Signed-off-by: Luc Van Oostenryck <luc.vanoostenryck@gmail.com>
Diffstat (limited to 'Documentation')
0 files changed, 0 insertions, 0 deletions
