(no_precomp): Make it 1 by default.
authorRichard Stallman <rms@gnu.org>
Fri, 9 Apr 1993 21:42:29 +0000 (21:42 +0000)
committerRichard Stallman <rms@gnu.org>
Fri, 9 Apr 1993 21:42:29 +0000 (21:42 +0000)
From-SVN: r4057

gcc/cccp.c

index bcc583edc13d443574cb32c65d380c1b6b0fd8ef..ad54432cdb5c22816cad90f7d04989d99ffd9ce9 100644 (file)
@@ -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.  */