Commit 5f12e361 by Richard Stallman

(no_precomp): Make it 1 by default.

From-SVN: r4057
parent 73509aec
......@@ -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. */
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment