These defines were necessary to enable numeric limits definitions
(such as 'UINT32_MAX') in our local version of 'stdint.h' (which is
used on platforms that don't have system header 'stdint.h').
As noted by commit
b237daed2095c1e138761fb94a01d53ba2c80c95, this
workaround doesn't work on FreeBSD, so re2c now uses 'numeric_limits.h'.
#include "config.h"
-// these defines enable some parts of <stdint.h>
-#define __STDC_LIMIT_MACROS // C99-7.18.2.1 Limits of exact-width integer types
-#define __STDC_CONSTANT_MACROS // C99-7.18.4.1 Macros for minimum-width integer constants
-
#if HAVE_STDINT_H
# include <stdint.h>
#else // HAVE_STDINT_H