view lib/xstrtoimax.c @ 40225:1e0e3e621a8d

di-set: Fix memory leak. * lib/di-set.c (di_set_free): Free the ino_map through ino_map_free(), not free().
author Bruno Haible <bruno@clisp.org>
date Sun, 10 Mar 2019 14:18:37 +0100
parents 8d41d3f68c28
children
line wrap: on
line source

#define __strtol strtoimax
#define __strtol_t intmax_t
#define __xstrtol xstrtoimax
#define STRTOL_T_MINIMUM INTMAX_MIN
#define STRTOL_T_MAXIMUM INTMAX_MAX
#include "xstrtol.c"