(no_precomp): Make it 1 by default.

From-SVN: r4057
This commit is contained in:
Richard Stallman 1993-04-09 21:42:29 +00:00
parent 73509aec0f
commit 5f12e361fa
1 changed files with 4 additions and 2 deletions

View 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. */