aboutsummaryrefslogtreecommitdiffstats
path: root/custom.h
diff options
context:
space:
mode:
authorArnold D. Robbins <arnold@skeeve.com>2019-10-04 14:47:56 +0300
committerArnold D. Robbins <arnold@skeeve.com>2019-10-04 14:47:56 +0300
commitc5104f9f926b793234bde9cb05508b818ed9f9aa (patch)
treed1730da9bc18899e3deace37c40f2f9bdd25e964 /custom.h
parent6775b9c4de4050cd65a89835d8f337c00ede5e54 (diff)
parentf6c499e45c2856d6b0fdee24d1f761a32539fcc6 (diff)
downloadegawk-c5104f9f926b793234bde9cb05508b818ed9f9aa.tar.gz
egawk-c5104f9f926b793234bde9cb05508b818ed9f9aa.tar.bz2
egawk-c5104f9f926b793234bde9cb05508b818ed9f9aa.zip
Merge branch 'master' of ssh://git.sv.gnu.org/srv/git/gawk
Diffstat (limited to 'custom.h')
-rw-r--r--custom.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/custom.h b/custom.h
index 44ae50ef..787e08bf 100644
--- a/custom.h
+++ b/custom.h
@@ -50,6 +50,11 @@
#ifndef SIZE_MAX
#define SIZE_MAX __INT32_MAX
#endif
+#ifndef __VAX
+#ifndef ULLONG_MAX
+#define ULLONG_MAX __UINT64_MAX
+#endif
+#endif
#endif
/* For QNX, based on submission from Michael Hunter, mphunter@qnx.com */