Commit 8843f6e2 by Richard Stallman

(immed_real_const_1, immed_double_const): Fix typos in last change.

From-SVN: r2713
parent 7a1ab50a
......@@ -1326,7 +1326,7 @@ immed_double_const (i0, i1, mode)
/* Don't touch const_double_chain in nested function;
see force_const_mem. */
if (outer_function_chain != 0)
if (outer_function_chain == 0)
{
CONST_DOUBLE_CHAIN (r) = const_double_chain;
const_double_chain = r;
......@@ -1397,7 +1397,7 @@ immed_real_const_1 (d, mode)
/* Don't touch const_double_chain in nested function;
see force_const_mem. */
if (outer_function_change != 0)
if (outer_function_chain == 0)
{
CONST_DOUBLE_CHAIN (r) = const_double_chain;
const_double_chain = r;
......
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