Commit 6bdd692c by Richard Kenner

(skip_evaluation): New variable.

From-SVN: r13232
parent 5f8f4a07
......@@ -385,6 +385,11 @@ extern int current_function_returns_value;
extern int current_function_returns_null;
/* Nonzero means the expression being parsed will never be evaluated.
This is a count, since unevaluated expressions can nest. */
extern int skip_evaluation;
/* Nonzero means `$' can be in an identifier. */
extern int dollars_in_ident;
......
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