Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
scanner: More compatible flex integer type definitions.
Visual C++ 2010 does not define __STDC_VERSION__, and (before Visual C++ 2013) has <stdint.h> and not <inttypes.h>. ANSI/ISO C only requires at least 16 bits for int type (not 32 bits as required by POSIX since SUSv2), so check the bit length before the typedef. Signed-off-by: Kang-Che Sung <[email protected]>
- Loading branch information