From e63c1d357b1ad721f799a0071ba511d2b7ab5581 Mon Sep 17 00:00:00 2001 From: Richard Stallman Date: Tue, 18 Aug 1992 04:19:17 +0000 Subject: [PATCH] (ansi_compat.h): Replace this with an empty file. From-SVN: r1883 --- gcc/fixincludes | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/gcc/fixincludes b/gcc/fixincludes index 2bcf7ae6c2a..1cab4c307e6 100755 --- a/gcc/fixincludes +++ b/gcc/fixincludes @@ -737,6 +737,14 @@ if [ -r ${LIB}/$file ]; then fi fi +# Cancel out ansi_compat.h on Ultrix. Replace it with empty file. +file=ansi_compat.h +if [ -r $file ] && [ ! -r ${LIB}/$file ]; then + if grep -s ULTRIX $file; then + echo "/* This file intentionally left blank. */" > $LIB/$file + fi +fi + # parameter to atof not const on DECstation Ultrix V4.0. file=math.h if [ -r $file ] && [ ! -r ${LIB}/$file ]; then -- 2.30.2