diff options
author | Arnold D. Robbins <arnold@skeeve.com> | 2012-11-14 20:17:27 +0200 |
---|---|---|
committer | Arnold D. Robbins <arnold@skeeve.com> | 2012-11-14 20:17:27 +0200 |
commit | df1abb8c0d0b5855af8bb78ecf87f3511807905d (patch) | |
tree | eb5d6bd69a5842cc730946f552c8f323d6768afa /vms/vms-conf.h | |
parent | fd17b777a698d2b40da34d461d090eda8b905789 (diff) | |
download | egawk-df1abb8c0d0b5855af8bb78ecf87f3511807905d.tar.gz egawk-df1abb8c0d0b5855af8bb78ecf87f3511807905d.tar.bz2 egawk-df1abb8c0d0b5855af8bb78ecf87f3511807905d.zip |
VMS updates. Should now build, pass some tests.
Diffstat (limited to 'vms/vms-conf.h')
-rw-r--r-- | vms/vms-conf.h | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/vms/vms-conf.h b/vms/vms-conf.h index 3aee5ca6..fbd611f2 100644 --- a/vms/vms-conf.h +++ b/vms/vms-conf.h @@ -45,6 +45,10 @@ #define STACK_DIRECTION (-1) #endif /*0*/ +#include <bitypes.h> +#define INT32_MAX __INT32_MAX +#define INT32_MIN __INT32_MIN + /* dynamic loading is possible */ #undef DYNAMIC @@ -233,7 +237,7 @@ #define HAVE_STDDEF_H 1 /* Define to 1 if you have the <stdint.h> header file. */ -#define HAVE_STDINT_H 1 +#undef HAVE_STDINT_H /* Define if <stdint.h> exists, doesn't clash with <sys/types.h>, and declares uintmax_t. */ |