Commit a68c7608 by Richard Stallman

(bc_adjust_stack): Use VALIDATE_STACK_FOR_BC, not VALIDATE_STACK.

From-SVN: r5421
parent a9ec36e3
......@@ -9665,7 +9665,7 @@ bc_adjust_stack (nlevels)
stack_depth -= nlevels;
}
#if defined (VALIDATE_STACK)
VALIDATE_STACK ();
#if defined (VALIDATE_STACK_FOR_BC)
VALIDATE_STACK_FOR_BC ();
#endif
}
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