diff options
author | John Malmberg <wb8tyw@qsl.net> | 2020-02-04 07:55:19 -0600 |
---|---|---|
committer | John Malmberg <wb8tyw@qsl.net> | 2020-02-04 07:55:19 -0600 |
commit | 87bc72662b25f10578041eaad3455639cbd812b1 (patch) | |
tree | dad4af4feed1a928d00797b6f445e0969a9b5a4a /custom.h | |
parent | 2746518fd96f9a784d5178b6c7337ad9b7360e30 (diff) | |
download | egawk-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.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |