aboutsummaryrefslogtreecommitdiffstats
path: root/custom.h
diff options
context:
space:
mode:
authorJohn Malmberg <wb8tyw@qsl.net>2020-02-04 07:55:19 -0600
committerJohn Malmberg <wb8tyw@qsl.net>2020-02-04 07:55:19 -0600
commit87bc72662b25f10578041eaad3455639cbd812b1 (patch)
treedad4af4feed1a928d00797b6f445e0969a9b5a4a /custom.h
parent2746518fd96f9a784d5178b6c7337ad9b7360e30 (diff)
downloadegawk-87bc72662b25f10578041eaad3455639cbd812b1.tar.gz
egawk-87bc72662b25f10578041eaad3455639cbd812b1.tar.bz2
egawk-87bc72662b25f10578041eaad3455639cbd812b1.zip
Remove OpenVMS code from dfa.c
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