From: Ralph Corderoy Date: Sun, 16 Oct 2016 18:38:36 +0000 (+0100) Subject: Add NEW(p) that sets p to mh_xmalloc'd memory sized by *p. X-Git-Url: https://diplodocus.org/git/nmh/commitdiff_plain/2d5d9e243c91784909b11948894e3ba0989107c0?ds=inline;hp=2d5d9e243c91784909b11948894e3ba0989107c0 Add NEW(p) that sets p to mh_xmalloc'd memory sized by *p. Use it for the simple cases. Again, saves having to check the same identifier is given, possibly far apart after a superfluous cast. ---