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

From-SVN: r50579
This commit is contained in:
Douglas B Rupp 2002-03-11 08:13:25 -05:00 committed by Richard Kenner
parent 966ac58971
commit d58a5bc941
2 changed files with 5 additions and 0 deletions

View File

@ -1,5 +1,7 @@
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.

View File

@ -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"