aboutsummaryrefslogtreecommitdiffstats
path: root/support/dfa.c
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 /support/dfa.c
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 'support/dfa.c')
-rw-r--r--support/dfa.c5
1 files changed, 0 insertions, 5 deletions
diff --git a/support/dfa.c b/support/dfa.c
index d112443f..9939d228 100644
--- a/support/dfa.c
+++ b/support/dfa.c
@@ -28,12 +28,7 @@
#include <assert.h>
#include <ctype.h>
-#ifndef VMS
#include <stdint.h>
-#else
-#define SIZE_MAX __INT32_MAX
-#define PTRDIFF_MAX __INT32_MAX
-#endif
#include <stdio.h>
#include <stdlib.h>
#include <limits.h>