aboutsummaryrefslogtreecommitdiffstats
path: root/custom.h
diff options
context:
space:
mode:
authorArnold D. Robbins <arnold@skeeve.com>2020-02-09 21:35:51 +0200
committerArnold D. Robbins <arnold@skeeve.com>2020-02-09 21:35:51 +0200
commit4be99b75c7cf84c7b21d3bcb4011f3870a926c4c (patch)
tree6be368c9a4d424d2ac7091bf2b37afb128100792 /custom.h
parentec041138efb27d105b391d022300a782552efdd2 (diff)
parent02cea1f5bcaff4eaea5ed2db9f9d5cb7d8ab682b (diff)
downloadegawk-4be99b75c7cf84c7b21d3bcb4011f3870a926c4c.tar.gz
egawk-4be99b75c7cf84c7b21d3bcb4011f3870a926c4c.tar.bz2
egawk-4be99b75c7cf84c7b21d3bcb4011f3870a926c4c.zip
Merge branch 'master' of ssh://git.sv.gnu.org/srv/git/gawk
Diffstat (limited to 'custom.h')
-rw-r--r--custom.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/custom.h b/custom.h
index d2e11eae..66e755de 100644
--- a/custom.h
+++ b/custom.h
@@ -48,7 +48,7 @@
#define _GNU_SOURCE 1
#endif /* _GNU_SOURCE */
#ifndef SIZE_MAX
-#define SIZE_MAX __INT32_MAX
+#define SIZE_MAX (__UINT32_MAX)
#endif /* SIZE_MAX */
#define ULONG_WIDTH 32
#ifndef __VAX