Create S_append_flags() from a common code pattern in dump.c.
authorNicholas Clark <nick@ccl4.org>
Fri, 28 May 2010 09:56:21 +0000 (10:56 +0100)
committerNicholas Clark <nick@ccl4.org>
Fri, 28 May 2010 09:56:21 +0000 (10:56 +0100)
commita0c2f4dde00175193ad56350e2a8982e360c6726
tree7f504988d2851026589bb9bf14dfc807ca4dfb7e
parenteff5b9d539e47421a784cb6a5fa9366c6522a4eb
Create S_append_flags() from a common code pattern in dump.c.

Convert repetitive sequences of "if this bit is set, append that string" into
structures and a function call. Use a custom macro append_flags() to make
calling it easer.

This makes the object code slightly smaller.
dump.c