Commit 82a0aae0 by Mark Kettenis Committed by Gerald Pfeifer

* config/openbsd-stdint.h (INTMAX_TYPE, UINTMAX_TYPE): Define.

From-SVN: r191120
parent bc7e468e
2012-09-09 Mark Kettenis <kettenis@gnu.org>
* config/openbsd-stdint.h (INTMAX_TYPE, UINTMAX_TYPE): Define.
2012-09-09 Jan Hubicka <jh@suse.cz>
* passes.c (ipa_write_summaries_1): Set state;
......
......@@ -27,5 +27,8 @@
#define UINT_FAST32_TYPE "unsigned int"
#define UINT_FAST64_TYPE "long long unsigned int"
#define INTMAX_TYPE "long long int"
#define UINTMAX_TYPE "long long unsigned int"
#define INTPTR_TYPE "long int"
#define UINTPTR_TYPE "long unsigned int"
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment