* config/alpha/xm-vms.h (__UNIX_FWRITE): Define.
authorDouglas B Rupp <rupp@gnat.com>
Mon, 11 Mar 2002 13:14:12 +0000 (08:14 -0500)
committerRichard Kenner <kenner@gcc.gnu.org>
Mon, 11 Mar 2002 13:14:12 +0000 (08:14 -0500)
From-SVN: r50580

gcc/ChangeLog
gcc/config/alpha/xm-vms.h

index 8ac3330816cefc69493b499d857eedbe2650d260..080b410205173e6da067a76cdbd5a2f08856a376 100644 (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.
 
index d728ec14f6f699540b6e128486dbfe3abbcd765b..7bfcebae81c85fcf977e49c29dab617a3aba9d34 100644 (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"