From 5f12e361fa79d7e2a5853422aca607df3493a170 Mon Sep 17 00:00:00 2001 From: Richard Stallman Date: Fri, 9 Apr 1993 21:42:29 +0000 Subject: [PATCH] (no_precomp): Make it 1 by default. From-SVN: r4057 --- gcc/cccp.c | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/gcc/cccp.c b/gcc/cccp.c index bcc583edc13..ad54432cdb5 100644 --- a/gcc/cccp.c +++ b/gcc/cccp.c @@ -409,8 +409,10 @@ static FILE *pcp_outfile; uses requiring them. */ static int pcp_inside_if; -/* Nonzero means never to include precompiled files. */ -static int no_precomp; +/* Nonzero means never to include precompiled files. + This is 1 since there's no way now to make precompiled files, + so it's not worth testing for them. */ +static int no_precomp = 1; /* Nonzero means give all the error messages the ANSI standard requires. */ -- 2.30.2