aboutsummaryrefslogtreecommitdiff
path: root/gcc/config/openbsd-stdint.h
diff options
context:
space:
mode:
authorMark Kettenis <kettenis@gnu.org>2012-09-09 21:56:40 +0000
committerGerald Pfeifer <gerald@gcc.gnu.org>2012-09-09 21:56:40 +0000
commit82a0aae0ff43fb77df886ebe26390e1e647e4433 (patch)
tree33660c68ee1e6d6e7b0225613906b453317d5318 /gcc/config/openbsd-stdint.h
parentbc7e468e79020b6ea70a05749ff8bc937854cf03 (diff)
downloadgcc-82a0aae0ff43fb77df886ebe26390e1e647e4433.zip
gcc-82a0aae0ff43fb77df886ebe26390e1e647e4433.tar.gz
gcc-82a0aae0ff43fb77df886ebe26390e1e647e4433.tar.bz2
* config/openbsd-stdint.h (INTMAX_TYPE, UINTMAX_TYPE): Define.
From-SVN: r191120
Diffstat (limited to 'gcc/config/openbsd-stdint.h')
-rw-r--r--gcc/config/openbsd-stdint.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/gcc/config/openbsd-stdint.h b/gcc/config/openbsd-stdint.h
index ab1f9cf..a6da1da 100644
--- a/gcc/config/openbsd-stdint.h
+++ b/gcc/config/openbsd-stdint.h
@@ -26,6 +26,9 @@
#define UINT_FAST16_TYPE "unsigned int"
#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"