Use X2REALLOC, rather than x2realloc.
/* Ensure that for each member of `enum size_spec' there is an
initializer in the width_bytes array. */
-VERIFY (assert_width_bytes_matches_size_spec_decl,
- sizeof width_bytes / sizeof width_bytes[0] == N_SIZE_SPECS);
+VERIFY (sizeof width_bytes / sizeof width_bytes[0] == N_SIZE_SPECS);
/* Names for some non-printing characters. */
static const char *const charname[33] =
{
if (i == bufsize)
{
- buf = x2realloc (buf, &bufsize);
+ buf = X2REALLOC (buf, &bufsize);
}
ok &= read_char (&c);
address++;