Comments
Patch
===================================================================
@@ -995,10 +995,12 @@
intrusive preprocessor directives. */
#ifndef TARGET_ABI_OPEN_VMS
#define TARGET_ABI_OPEN_VMS 0
+#endif
/* VMS option set by default, when clear forces 32bit mallocs and 32bit
- Descriptors. Always used in combination with TARGET_ABI_OPEN_VMS
+ Descriptors. Always used in combination with TARGET_ABI_OPEN_VMS
so no effect on non-VMS systems. */
+#if TARGET_ABI_OPEN_VMS == 0
#define flag_vms_malloc64 0
#endif