Commit b230e057 by Douglas B Rupp Committed by Richard Kenner

* config/alpha/xm-vms.h (__UNIX_FWRITE): Define.

From-SVN: r50580
parent 1453ec8c
2002-03-11 Douglas B Rupp <rupp@gnat.com>
* config/alpha/xm-vms.h (__UNIX_FWRITE): Define.
* config/alpha/alpha.c (alpha_sa_size, VMS): Don't reserve space
for FP, already done later.
......
......@@ -37,6 +37,9 @@ Boston, MA 02111-1307, USA. */
/* Open files in stream mode if not otherwise explicitly specified */
#define __UNIX_FOPEN 1
/* Write to stdout using fputc to avoid record terminators in pipes */
#define __UNIX_FWRITE 1
#define STDC_HEADERS 1
#define HOST_EXECUTABLE_SUFFIX ".exe"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment