Commit 95f6e191 authored by Andrei Elkin's avatar Andrei Elkin

merge bug14597605 to the main repo.

parents acb8b7d3 7d115e1c
......@@ -2508,7 +2508,7 @@ public:
and which case the applier adjusts execution path.
*/
bool is_deferred() { return deferred; }
void set_deferred() { deferred= val; }
void set_deferred() { deferred= true; }
#endif
bool is_valid() const { return 1; }
......
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